ds: credits working (music ends too soon)

This commit is contained in:
Vince Weaver 2019-11-08 21:14:46 -05:00
parent 467d1cc0ff
commit d8da7136dc
3 changed files with 4 additions and 4 deletions

View File

@ -182,7 +182,7 @@ credits_loop:
; 3+2+3+6+1237 play fake (-1) ; 3+2+3+6+1237 play fake (-1)
lda FRAME_PLAY_PAGE ; 3 lda FRAME_PLAY_PAGE ; 3
cmp #$5 ; 2 cmp #$3 ; 2
beq play_fake ; 3 beq play_fake ; 3
; -1 ; -1
play_actual: play_actual:

View File

@ -36,8 +36,8 @@ demosplash2019:
jsr pt3_write_lc_4 jsr pt3_write_lc_4
; lda #1 lda #1
; sta LOOP sta LOOP
;=========================== ;===========================

View File

@ -120,7 +120,7 @@ write_ay_both_end:
;======================================= ;=======================================
; 7+(74*14)+5=1048 ; 7+(74*14)+5=1048
clear_ay_both: clear_ay_both:
ldx #14 ; 2 ldx #13 ; 2
lda #0 ; 2 lda #0 ; 2
sta MB_VALUE ; 3 sta MB_VALUE ; 3
clear_ay_left_loop: clear_ay_left_loop: