Mark apple2 image writing as dinosaur, add note about writing, not ro anymore

This commit is contained in:
Jeff Epler
2022-03-01 19:05:53 -06:00
parent 87cb4b6d18
commit 2c698cee71
3 changed files with 14 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ people who've had it work).
| [Acorn ADFS](doc/disk-acornadfs.md) | 🦄 | 🦖* | single- and double- sided |
| [Acorn DFS](doc/disk-acorndfs.md) | 🦄 | 🦖* | |
| [Ampro Little Board](doc/disk-ampro.md) | 🦖 | 🦖* | |
| [Apple II DOS 3.3](doc/disk-apple2.md) | 🦄 | | doesn't do logical sector remapping |
| [Apple II DOS 3.3](doc/disk-apple2.md) | 🦄 | 🦖 | doesn't do logical sector remapping |
| [Amiga](doc/disk-amiga.md) | 🦄 | 🦄 | |
| [Commodore 64 1541/1581](doc/disk-c64.md) | 🦄 | 🦄 | and probably the other formats |
| [Brother 120kB](doc/disk-brother.md) | 🦄 | 🦖 | |

View File

@@ -45,6 +45,18 @@ You should end up with an `apple2.img` which is 143360 bytes long.
**Big warning!** The image may not work in an emulator, due to the
logical sector mapping issue described above.
Writing discs
-------------
Just do:
```
fluxengine write apple2 -i apple2.img
```
**Big warning!** An image designed for an emulator may not work, due to the
logical sector mapping issue described above.
Useful references
-----------------

View File

@@ -1,4 +1,4 @@
comment: 'Apple II 140kB DOS 3.3 5.25" 40 track SSSD (ro)'
comment: 'Apple II 140kB DOS 3.3 5.25" 40 track SSSD'
image_reader {
filename: "apple2.img"