Fix game start with button

This commit is contained in:
Dagen Brock 2015-07-09 21:35:15 -05:00
parent e3aa0c3246
commit b5e1148f02

View File

@ -133,9 +133,9 @@ PreGameLoop
jmp HiScreen
jsr ButtonsCheck
:checkKey jsr ButtonsCheck
bcs :key
:checkKey lda KEY
lda KEY
bpl :noKey
:key sta STROBE
lda #BGCOLOR