diff --git a/Atari/display_static.asm b/Atari/display_static.asm index 5862ef4..3b92e4d 100644 --- a/Atari/display_static.asm +++ b/Atari/display_static.asm @@ -9,7 +9,7 @@ OptionsScreen dta d"Welcome to Scorch v. " build ; 4 bytes from scorch.asm (fancy method) :) - dta d" (un)2000-2024" + dta d" (un)2000-2025" .IF TARGET = 800 dta d" Please select option with " diff --git a/constants.asm b/constants.asm index fca098d..44756d7 100644 --- a/constants.asm +++ b/constants.asm @@ -679,7 +679,7 @@ CreditsEnd .IF TARGET = 5200 ; Atari 5200 splash NewSplashText=* - dta d" 2024 atariage", $4e, "com " ; $4e - non blinking dot + dta d" 2025 atariage", $4e, "com " ; $4e - non blinking dot .ENDIF .endif ; .IF *>0 diff --git a/scorch.bin b/scorch.bin index 488fc58..9fbbf9f 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.xex b/scorch.xex index fa24cb4..0a6b7be 100644 Binary files a/scorch.xex and b/scorch.xex differ