diff --git a/Atari/textproc.asm b/Atari/textproc.asm index d57c4f0..506222a 100644 --- a/Atari/textproc.asm +++ b/Atari/textproc.asm @@ -29,6 +29,7 @@ mwa #display temp2 mwa #DisplayCopyEnd+1 modify jsr CopyFromROM + jsr OptionsInversion ; to prevent flashing of options mwa #OptionsDL dlptrs diff --git a/scorch.bin b/scorch.bin index 339d277..a1935b3 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index a2888e9..e77a011 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/scorch_cart.xex b/scorch_cart.xex index 01ce427..b707a2e 100644 Binary files a/scorch_cart.xex and b/scorch_cart.xex differ