pt3_player: pause stops the flame

This commit is contained in:
Vince Weaver 2019-05-16 16:42:01 -04:00
parent c0f0be8588
commit 80291adf0a

View File

@ -193,6 +193,18 @@ check_keyboard:
key_space:
lda #$80
eor DONE_PLAYING
sta DONE_PLAYING
beq yes_bar
lda #0
jmp lowbar
yes_bar:
lda #7
lowbar:
jsr fire_setline
lda DONE_PLAYING
jmp quiet_exit
key_R: