mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-03 18:29:53 +00:00
ds: getting close
This commit is contained in:
parent
176af12a61
commit
467d1cc0ff
@ -62,45 +62,45 @@ demosplash2019:
|
|||||||
; missing scene
|
; missing scene
|
||||||
;===========================
|
;===========================
|
||||||
|
|
||||||
nop
|
; nop
|
||||||
nop
|
; nop
|
||||||
nop
|
; nop
|
||||||
; jsr missing_intro
|
jsr missing_intro
|
||||||
|
|
||||||
|
|
||||||
;========================
|
;========================
|
||||||
; start irq music
|
; start irq music
|
||||||
;========================
|
;========================
|
||||||
|
|
||||||
nop
|
; nop
|
||||||
|
|
||||||
; cli ; enable interrupts
|
cli ; enable interrupts
|
||||||
|
|
||||||
;===========================
|
;===========================
|
||||||
; opening book scene
|
; opening book scene
|
||||||
;============================
|
;============================
|
||||||
|
|
||||||
nop
|
; nop
|
||||||
nop
|
; nop
|
||||||
nop
|
; nop
|
||||||
|
|
||||||
; jsr open_book
|
jsr open_book
|
||||||
|
|
||||||
;===========================
|
;===========================
|
||||||
; starbase scene
|
; starbase scene
|
||||||
;===========================
|
;===========================
|
||||||
|
|
||||||
nop
|
; nop
|
||||||
nop
|
; nop
|
||||||
nop
|
; nop
|
||||||
|
|
||||||
; jsr starbase
|
jsr starbase
|
||||||
|
|
||||||
;============================
|
;============================
|
||||||
; disable irq music
|
; disable irq music
|
||||||
|
|
||||||
nop
|
; nop
|
||||||
; sei
|
sei
|
||||||
|
|
||||||
|
|
||||||
;===========================
|
;===========================
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user