mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
ds: oh so close
This commit is contained in:
parent
106ed631f8
commit
a8e02ec815
@ -16,6 +16,8 @@ credits:
|
||||
sta FRAME_PLAY_PAGE
|
||||
jsr update_pt3_play
|
||||
|
||||
jsr pt3_write_lc_4
|
||||
|
||||
lda #<credits_text
|
||||
sta CREDITS_POINTERL
|
||||
lda #>credits_text
|
||||
|
@ -53,37 +53,54 @@ demosplash2019:
|
||||
; apple II intro
|
||||
;============================
|
||||
|
||||
; nop
|
||||
; nop
|
||||
; nop
|
||||
jsr appleII_intro
|
||||
|
||||
;===========================
|
||||
; missing scene
|
||||
;===========================
|
||||
|
||||
jsr missing_intro
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
; jsr missing_intro
|
||||
|
||||
|
||||
;========================
|
||||
; start irq music
|
||||
;========================
|
||||
|
||||
cli ; enable interrupts
|
||||
nop
|
||||
|
||||
; cli ; enable interrupts
|
||||
|
||||
;===========================
|
||||
; opening book scene
|
||||
;============================
|
||||
|
||||
jsr open_book
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
; jsr open_book
|
||||
|
||||
;===========================
|
||||
; starbase scene
|
||||
;===========================
|
||||
|
||||
jsr starbase
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
; jsr starbase
|
||||
|
||||
;============================
|
||||
; disable irq music
|
||||
|
||||
sei
|
||||
nop
|
||||
; sei
|
||||
|
||||
|
||||
;===========================
|
||||
|
@ -7,7 +7,8 @@
|
||||
|
||||
end_book:
|
||||
|
||||
cli
|
||||
cli
|
||||
|
||||
;===================
|
||||
; init screen
|
||||
|
||||
@ -48,7 +49,7 @@ cli
|
||||
lda #200
|
||||
jsr long_wait
|
||||
|
||||
sei
|
||||
sei
|
||||
|
||||
lda #0
|
||||
sta FRAME_PLAY_OFFSET
|
||||
@ -57,8 +58,8 @@ sei
|
||||
sta FRAME_PAGE
|
||||
jsr update_pt3_play
|
||||
|
||||
; setup 4 frames
|
||||
jsr pt3_write_lc_4
|
||||
; setup 1 frame
|
||||
jsr pt3_write_lc_1
|
||||
|
||||
|
||||
;=============================
|
||||
@ -181,9 +182,14 @@ bloop2:
|
||||
dey ; 2
|
||||
bne bloop1 ; 2nt/3
|
||||
|
||||
dec FRAMEL ; 5
|
||||
nop ; 2
|
||||
bne book_loop ; 3
|
||||
lda FRAME_PLAY_PAGE ; 3
|
||||
nop
|
||||
nop
|
||||
beq book_loop ; 3
|
||||
|
||||
; dec FRAMEL ; 5
|
||||
; nop ; 2
|
||||
; bne book_loop ; 3
|
||||
|
||||
; lda TEMP ; 3
|
||||
; lda KEYPRESS ; 4
|
||||
|
Loading…
Reference in New Issue
Block a user