ds: re-sync the sound after escaping

This commit is contained in:
Vince Weaver 2019-11-18 20:39:19 -05:00
parent 2c56f552cb
commit edbd31b1f1
3 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,8 @@
demosplash2019:
;==================================================
; clear zp
; shouldn't have to do this, but uninit memory bugs

View File

@ -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

View File

@ -51,6 +51,8 @@ end_book:
; sei
;urgh: jmp urgh
lda #0
sta FRAME_PLAY_OFFSET
sta FRAME_PLAY_PAGE