2023-11-13 20:49:31 +00:00
|
|
|
;license:MIT
|
|
|
|
;(c) 2018-2023 by 4am
|
|
|
|
;
|
|
|
|
|
|
|
|
PrintBranding
|
2023-11-18 02:18:51 +00:00
|
|
|
; in: text screen is showing
|
|
|
|
; out: Y = 0 (important! some callers rely on this!)
|
2023-11-13 20:49:31 +00:00
|
|
|
ldy #11
|
2023-11-18 02:18:51 +00:00
|
|
|
- lda TOTAL-1, y
|
2023-11-18 05:24:15 +00:00
|
|
|
sta $04B6-1, y
|
2023-11-18 02:18:51 +00:00
|
|
|
lda REPLAY-1, y
|
2023-11-18 05:24:15 +00:00
|
|
|
sta $0536-1, y
|
2023-11-13 20:49:31 +00:00
|
|
|
dey
|
|
|
|
bne -
|
|
|
|
rts
|
|
|
|
|
|
|
|
TOTAL
|
2023-11-18 02:18:51 +00:00
|
|
|
!scrxor $80," T O T A L "
|
2023-11-13 20:49:31 +00:00
|
|
|
REPLAY
|
2023-11-18 02:18:51 +00:00
|
|
|
!scrxor $80,"R E P L A Y"
|