mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-27 00:29:35 +00:00
ds: re-sync the sound after escaping
This commit is contained in:
parent
2c56f552cb
commit
edbd31b1f1
@ -6,6 +6,8 @@
|
||||
|
||||
demosplash2019:
|
||||
|
||||
|
||||
|
||||
;==================================================
|
||||
; clear zp
|
||||
; shouldn't have to do this, but uninit memory bugs
|
||||
|
@ -1587,9 +1587,8 @@ escape_keys:
|
||||
.byte ' '+$80,30 ; shoot
|
||||
.byte 'Z',5 ; down
|
||||
.byte 'Z',10 ; faster
|
||||
.byte 'A',30 ; faster
|
||||
.byte 'A',28 ; faster
|
||||
.byte 'A',10 ; faster
|
||||
|
||||
.byte 27+$80,2
|
||||
|
||||
.if 0
|
||||
|
@ -51,6 +51,8 @@ end_book:
|
||||
|
||||
; sei
|
||||
|
||||
;urgh: jmp urgh
|
||||
|
||||
lda #0
|
||||
sta FRAME_PLAY_OFFSET
|
||||
sta FRAME_PLAY_PAGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user