Skip to content

Commit 63ec93a

Browse files
authored
[repo] Updated readme
1 parent f2f2f54 commit 63ec93a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# tinyDiskII
22
Homemade floppy disk emulator for Apple II series computers
33

4+
> :warning: **Work in progress**: read carefully the README before trying to reproduce this project!
5+
46
![tinyDiskII](tinyDiskII.png)
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

Comments
 (0)