You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homemade floppy disk emulator for Apple II series computers
3
3
4
+
> :warning:**Work in progress**: read carefully the README before trying to reproduce this project!
5
+
4
6

7
+
8
+
tinyDiskII is able to simulate an [Apple Disk II](https://it.wikipedia.org/wiki/Disk_II) both in reading and writing.
9
+
Disk images are stored into a FAT16 formatted SD Card.
10
+
Each disk image must be a DOS 3.3 floppy image, saved as .NIC.
11
+
A cross platform .NIC <-> .DSK conversion tool will be available soon on this repository.
12
+
Floppy formatting is currently not supported, but it is currently under developement.
13
+
14
+
## Contributors and references
15
+
16
+
The whole projects borns as a custom implementation of Koichi Nishida's SdiskII [[1]](https://tulip-house.ddo.jp/digital/SDISK2/english.html)[[2]](https://github.com/suaide/SDisk2), which I used as a starting point for firmware developement.
0 commit comments