From 8cb8878db384f7415d2545528a8cfaf2713a40b8 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Mon, 19 Sep 2022 15:31:03 -0400 Subject: [PATCH] START: Set AltZP switches when initializing AltZP! --- mainmem.ldr.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainmem.ldr.s b/mainmem.ldr.s index 81fb1a2..bb2b573 100644 --- a/mainmem.ldr.s +++ b/mainmem.ldr.s @@ -75,9 +75,9 @@ START JSR CROUT JSR GFXINIT ; Initialize FDraw graphics TSX ; Save SP at $0100 in aux - STA $C005 ; Write to aux + STA $C009 ; Write to AltZP STX $0100 - STA $C004 ; Write to main + STA $C008 ; Write to main ZP >>> XF2AUX,AUXMOS1 :FDFILE STR "FDRAW.FAST" ; Filename for FDraw lib