Updated formatting

This commit is contained in:
jhusak
2020-02-23 14:38:49 +01:00
committed by GitHub
parent a20b3d1a70
commit 374c39d94a
+2 -1
View File
@@ -8,6 +8,7 @@ The internal construction of JatariCart allows utilise max 256kB of flash memory
Remember to fool the Operating System not to hang up by cart on/off, by: Remember to fool the Operating System not to hang up by cart on/off, by:
<pre>
carton (x - bank to switch) carton (x - bank to switch)
pha pha
sta $D580,x sta $D580,x
@@ -17,7 +18,7 @@ carton (x - bank to switch)
sta gintlk sta gintlk
pla pla
rts rts
</pre>
flashwritelib.asx - 6502 code library for formatting flash/formatting sector and write byte. flashwritelib.asx - 6502 code library for formatting flash/formatting sector and write byte.