mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
ds: re-sync the sound after escaping
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user