From df07e2b7e8b8859e325746ef63cd07ec85ad870d Mon Sep 17 00:00:00 2001 From: jhusak Date: Mon, 18 May 2020 21:51:16 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cba062e..726c022 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The flasher must be (for now) preassembled using mads assembler with proper rom If you want to write your own cartridge access, remember to fool the Operating System not to hang up by cart on/off, by: -
+```
 carton (x - bank to switch) 
         pha 
 	sei
@@ -24,7 +24,7 @@ carton (x - bank to switch)
 	cli
         pla 
         rts  
-
+``` 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. @@ -40,4 +40,5 @@ 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 not other extensions/SO roms. This will change in the near future. +** Warning: flasher works properly on stock Atari. There were reports that Ultimate 1MB makes problems, so may not other extensions/SO roms. This will change in the near future.** +