From 94c9f46ee66639689b670a54df90ecc98bb853ea Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 8 Jan 2018 15:10:13 -0800 Subject: [PATCH] update another label --- src/a2fc.system.a | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/a2fc.system.a b/src/a2fc.system.a index 6cd159b..e65fc9a 100644 --- a/src/a2fc.system.a +++ b/src/a2fc.system.a @@ -91,13 +91,14 @@ CopyToAuxHigh=*+2 bvc - ldx #(softswitches_e-softswitches)-1 - ldy softswitches,x - sta (WaitForKey+1),y ; enable graphics display + sta (SoftswitchBase),y ; enable graphics display dex bpl - jsr Read ; read second half of graphic (stays in main memory) ; does not return if error ;DHGRShow -WaitForKey +;WaitForKey +SoftswitchBase=*+1 - lda $C000 bpl - Close