second: adjust timing

This commit is contained in:
Vince Weaver 2023-11-02 16:24:57 -04:00
parent 2c66242415
commit ca63fcd3e7
3 changed files with 8 additions and 1 deletions

View File

@ -126,7 +126,7 @@ done_polar_scroll:
polar_loop:
lda #5
lda #8
jsr wait_seconds
; lda #76

View File

@ -457,6 +457,9 @@ load_program_loop2:
sei ; disable music
jsr clear_ay_both ; stop from making noise
lda #0
sta DRAW_PAGE
bit PAGE1 ; be sure we're on PAGE1
; clear text screen

View File

@ -196,6 +196,10 @@ ANGLE = $FA
; credits
SCROLL_X = $F0
; polar
SCROLL_START = $F0
YDEST = $F1
; sierzoom
;XX = $F0
XX_TH = $F1