Update README.md

This commit is contained in:
jhusak
2020-05-18 21:46:30 +02:00
committed by GitHub
parent 62849fa88d
commit 918d26b8da
+3 -1
View File
@@ -28,7 +28,7 @@ carton (x - bank to switch)
after each access. This will let the system think as cartridge never was switched/removed/inserted. Of course it is better (much better, obligue) that there is no display list, video memory and no interrupts in the area a000-bfff, which can be anything when bank swapping.
Files and descriptions:
## Files and descriptions:
flashwritelib.asx - 6502 code library for formatting flash/formatting sector and write byte.
@@ -39,3 +39,5 @@ crc16_v2.asm - crc16 library for fast checking every sector (when flash is damag
Compile (mads needed, http://mads.atari8.info):
mads flashwrite.asx -o:flashwrite.xex
# Warning: flasher works properly on stock Atari. There were reports that Ultimate 1MB makes problems, so may other extensions.