mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
driven: getting close to final
This commit is contained in:
parent
800393d0cb
commit
23c21e0b11
@ -82,7 +82,7 @@ display_normal:
|
||||
; rows 5..17 = 40..136 or so?
|
||||
|
||||
bottom_smc:
|
||||
ldx #16 ; lines 0-23 lignes 0-23 ; 2
|
||||
ldx #16 ; lines 0-23 lines 0-23 ; 2
|
||||
|
||||
display_line_loop:
|
||||
; 0
|
||||
@ -151,7 +151,7 @@ left_smc:
|
||||
|
||||
dex ; 2
|
||||
top_smc:
|
||||
cpx #5
|
||||
cpx #4
|
||||
bne display_line_loop ; 2/3
|
||||
|
||||
; ============================================================================
|
||||
|
@ -164,7 +164,7 @@ graphics:
|
||||
|
||||
; meet...
|
||||
jsr move_and_print
|
||||
lda #1
|
||||
lda #2
|
||||
jsr wait_seconds
|
||||
; jsr wait_until_keypress
|
||||
|
||||
@ -210,12 +210,17 @@ graphics:
|
||||
; Perhaps2
|
||||
jsr move_and_print
|
||||
jsr move_and_print
|
||||
lda #1
|
||||
lda #2
|
||||
jsr wait_seconds
|
||||
; jsr wait_until_keypress
|
||||
|
||||
bit FULLGR
|
||||
|
||||
; wait till end of song essentially
|
||||
|
||||
wait_till_right_pattern8:
|
||||
cmp current_pattern_smc+1
|
||||
bne wait_till_right_pattern8
|
||||
|
||||
rts
|
||||
|
||||
|
@ -482,7 +482,7 @@ final_credits:
|
||||
.byte 20," ",0
|
||||
.byte 20," ",0
|
||||
.byte 20," ",0
|
||||
.byte 9,"Custom Graphics/Logo:",0 ; 21 (9.5)
|
||||
.byte 9,"Falling Graphic, Logo:",0 ; 22 (9)
|
||||
.byte 20," ",0
|
||||
.byte 16,"Steffest",0 ; 8 (16)
|
||||
.byte 20," ",0
|
||||
|
@ -304,7 +304,7 @@ load_program_loop:
|
||||
|
||||
sei ; stop music interrupts
|
||||
jsr mute_ay_both
|
||||
jsr clear_ay_both ; stop from making noise
|
||||
; jsr clear_ay_both ; stop from making noise
|
||||
|
||||
; load GRAPHICS
|
||||
|
||||
@ -315,6 +315,7 @@ load_program_loop:
|
||||
|
||||
; restart music
|
||||
|
||||
jsr unmute_ay_both
|
||||
cli ; start interrupts (music)
|
||||
|
||||
; Run GRAPHICS
|
||||
|
Loading…
Reference in New Issue
Block a user