update another label

This commit is contained in:
Peter Ferrie 2018-01-08 15:10:13 -08:00
parent ae0bbf6127
commit 94c9f46ee6
1 changed files with 3 additions and 2 deletions

View File

@ -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