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

@@ -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
-----------------