mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +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
|
; start irq music
|
||||||
;========================
|
;========================
|
||||||
|
|
||||||
; cli ; enable interrupts
|
cli ; enable interrupts
|
||||||
|
|
||||||
;===========================
|
;===========================
|
||||||
; book scene
|
; book scene
|
||||||
@ -129,6 +129,12 @@ frame_decode_loop:
|
|||||||
|
|
||||||
jsr starbase
|
jsr starbase
|
||||||
|
|
||||||
|
;============================
|
||||||
|
; disable irq music
|
||||||
|
|
||||||
|
sei
|
||||||
|
|
||||||
|
|
||||||
;===========================
|
;===========================
|
||||||
; escape scene
|
; escape scene
|
||||||
;===========================
|
;===========================
|
||||||
|
Loading…
Reference in New Issue
Block a user