This commit is contained in:
Pecusx
2025-05-29 12:20:34 +02:00
parent dc82c66a8d
commit 2b5dd58b3e
2 changed files with 8 additions and 28 deletions
+7 -27
View File
@@ -1648,38 +1648,18 @@ no_branch_l
;-------------------------------------------------- ;--------------------------------------------------
.proc AnimateGoLine .proc AnimateGoLine
;-------------------------------------------------- ;--------------------------------------------------
; .... 3 .... ldy #4 ; 4 lines
ldy #15 next_line
; .... 3 , 2 , 1 , GO! ....
ldx #16 ; 32 characters
@ inw go_addr @ inw go_addr
inw go_addr inw go_addr
WaitForSync WaitForSync
dey dex
bpl @- bne @-
pause 25 pause 25
; .... 2 ....
ldy #15
@ inw go_addr
inw go_addr
WaitForSync
dey dey
bpl @- bne next_line
pause 25
; .... 1 ....
ldy #15
@ inw go_addr
inw go_addr
WaitForSync
dey
bpl @-
pause 25
; .... go! ....
ldy #15
@ inw go_addr
inw go_addr
WaitForSync
dey
bpl @-
pause 25
rts rts
.endp .endp
;-------------------------------------------------- ;--------------------------------------------------
BIN
View File
Binary file not shown.