From 374c39d94aab923542bb27f0e21667bd819210bc Mon Sep 17 00:00:00 2001 From: jhusak Date: Sun, 23 Feb 2020 14:38:49 +0100 Subject: [PATCH] Updated formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1b4a0..d02ac30 100644 --- a/README.md +++ b/README.md @@ -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: +
 carton (x - bank to switch) 
         pha 
         sta $D580,x
@@ -17,7 +18,7 @@ carton (x - bank to switch)
         sta gintlk 
         pla 
         rts  
-
+
flashwritelib.asx - 6502 code library for formatting flash/formatting sector and write byte.