mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
ds: enable music for non-cycle counted areas
for timing testing
This commit is contained in:
parent
98603308b3
commit
6e9948b746
@ -113,7 +113,7 @@ frame_decode_loop:
|
||||
; start irq music
|
||||
;========================
|
||||
|
||||
; cli ; enable interrupts
|
||||
cli ; enable interrupts
|
||||
|
||||
;===========================
|
||||
; book scene
|
||||
@ -129,6 +129,12 @@ frame_decode_loop:
|
||||
|
||||
jsr starbase
|
||||
|
||||
;============================
|
||||
; disable irq music
|
||||
|
||||
sei
|
||||
|
||||
|
||||
;===========================
|
||||
; escape scene
|
||||
;===========================
|
||||
|
Loading…
Reference in New Issue
Block a user