mist: marker switches default to off

This commit is contained in:
Vince Weaver 2020-07-20 00:49:40 -04:00
parent 7bd447ee1c
commit 561f5d7afd
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ init_state_loop:
bne init_state_loop
; FIXME: testing
; testing
lda #$ff
sta MARKER_SWITCHES
; lda #$ff
; sta MARKER_SWITCHES
rts