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