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
+8 -28
View File
@@ -1648,38 +1648,18 @@ no_branch_l
;--------------------------------------------------
.proc AnimateGoLine
;--------------------------------------------------
; .... 3 ....
ldy #15
@ inw go_addr
ldy #4 ; 4 lines
next_line
; .... 3 , 2 , 1 , GO! ....
ldx #16 ; 32 characters
@ inw go_addr
inw go_addr
WaitForSync
dey
bpl @-
dex
bne @-
pause 25
; .... 2 ....
ldy #15
@ inw go_addr
inw go_addr
WaitForSync
dey
bpl @-
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
bne next_line
rts
.endp
;--------------------------------------------------
BIN
View File
Binary file not shown.