mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
pt3_player: pause stops the flame
This commit is contained in:
parent
c0f0be8588
commit
80291adf0a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user