diff --git a/demosplash/credits.s b/demosplash/credits.s index 01d11718..484bd3fa 100644 --- a/demosplash/credits.s +++ b/demosplash/credits.s @@ -182,7 +182,7 @@ credits_loop: ; 3+2+3+6+1237 play fake (-1) lda FRAME_PLAY_PAGE ; 3 - cmp #$5 ; 2 + cmp #$3 ; 2 beq play_fake ; 3 ; -1 play_actual: diff --git a/demosplash/demosplash.s b/demosplash/demosplash.s index 86980fbc..37e725bf 100644 --- a/demosplash/demosplash.s +++ b/demosplash/demosplash.s @@ -36,8 +36,8 @@ demosplash2019: jsr pt3_write_lc_4 -; lda #1 -; sta LOOP + lda #1 + sta LOOP ;=========================== diff --git a/demosplash/pt3_lib_mockingboard.s b/demosplash/pt3_lib_mockingboard.s index fe37c3dd..f4312e35 100644 --- a/demosplash/pt3_lib_mockingboard.s +++ b/demosplash/pt3_lib_mockingboard.s @@ -120,7 +120,7 @@ write_ay_both_end: ;======================================= ; 7+(74*14)+5=1048 clear_ay_both: - ldx #14 ; 2 + ldx #13 ; 2 lda #0 ; 2 sta MB_VALUE ; 3 clear_ay_left_loop: