From c29dd24ec4779741202bd7ce8e2e3d301ceadea6 Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 29 Nov 2022 18:11:48 -0500 Subject: [PATCH] Revert "add some qkumba suggestions (#533)" This reverts commit 529f89f820218411f204b62efd84875b10d09747. --- src/4cade.init.a | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/4cade.init.a b/src/4cade.init.a index 0295652d1..8a1034a64 100755 --- a/src/4cade.init.a +++ b/src/4cade.init.a @@ -91,11 +91,12 @@ and #IS_IIGS beq + ldx #0 + txa !cpu 65816 -- stz $E00800,x ; when Alternate Display Mode is turned off, the "2"s - stz $E00900,x ; displayed on the screen live at $E00800 - stz $E00A00,x ; (page "2"/$0800 of IIgs bank $E0) - stz $E00B00,x ; They are initialized by the IIgs boot ROM +- sta $E00800,x ; when Alternate Display Mode is turned off, the "2"s + sta $E00900,x ; displayed on the screen live at $E00800 + sta $E00A00,x ; (page "2"/$0800 of IIgs bank $E0) + sta $E00B00,x ; They are initialized by the IIgs boot ROM inx bne - !cpu 6502