All the splash text is swapped.

This commit is contained in:
Pecusx
2023-01-21 13:51:26 +01:00
parent f7931afbb4
commit da4d82cca4
3 changed files with 12 additions and 10 deletions
+6 -2
View File
@@ -644,9 +644,13 @@ CreditsStart
dta d" "*
CreditsEnd
.IF target = 5200
CreditsLines=37
CreditsLines=38
.ELSE
CreditsLines=42 ; 34 in reality. add 7?
.ENDIF
.IF target = 5200
; Atari 5200 splash
NewSplashText=*
dta d"copyright 2023 atari"
.ENDIF
.endif