mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
All the splash text is swapped.
This commit is contained in:
+6
-2
@@ -644,9 +644,13 @@ CreditsStart
|
|||||||
dta d" "*
|
dta d" "*
|
||||||
CreditsEnd
|
CreditsEnd
|
||||||
.IF target = 5200
|
.IF target = 5200
|
||||||
CreditsLines=37
|
CreditsLines=38
|
||||||
.ELSE
|
.ELSE
|
||||||
CreditsLines=42 ; 34 in reality. add 7?
|
CreditsLines=42 ; 34 in reality. add 7?
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
.IF target = 5200
|
||||||
|
; Atari 5200 splash
|
||||||
|
NewSplashText=*
|
||||||
|
dta d"copyright 2023 atari"
|
||||||
|
.ENDIF
|
||||||
.endif
|
.endif
|
||||||
|
|||||||
+6
-8
@@ -274,14 +274,12 @@ rom2joy
|
|||||||
; modify the text
|
; modify the text
|
||||||
splash_text = $3c80 ; '.scorch.supersystem.copyright.19xx.atari'
|
splash_text = $3c80 ; '.scorch.supersystem.copyright.19xx.atari'
|
||||||
splash_year = splash_text + $1e
|
splash_year = splash_text + $1e
|
||||||
lda #"2"
|
splash_copyright = splash_text + $14
|
||||||
sta splash_year
|
ldy #19 ; 20 characters
|
||||||
sta splash_year+2
|
@ lda NewSplashText,y
|
||||||
lda #"0"
|
sta splash_copyright,y
|
||||||
sta splash_year+1
|
dey
|
||||||
lda #"3"
|
bpl @-
|
||||||
sta splash_year+3
|
|
||||||
|
|
||||||
|
|
||||||
; splash screen delay. maybe add fire to speed up?
|
; splash screen delay. maybe add fire to speed up?
|
||||||
@ cpx RTCLOK+1
|
@ cpx RTCLOK+1
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user