mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-11 11:49:20 +00:00
21 lines
390 B
Plaintext
21 lines
390 B
Plaintext
;license:MIT
|
|
;(c) 2018-2023 by 4am
|
|
;
|
|
|
|
PrintBranding
|
|
; in: text screen is showing
|
|
; out: Y = 0 (important! some callers rely on this!)
|
|
ldy #11
|
|
- lda TOTAL-1, y
|
|
sta $04B6-1, y
|
|
lda REPLAY-1, y
|
|
sta $0536-1, y
|
|
dey
|
|
bne -
|
|
rts
|
|
|
|
TOTAL
|
|
!scrxor $80," T O T A L "
|
|
REPLAY
|
|
!scrxor $80,"R E P L A Y"
|