Happy New Year

C64 version failed! ??
This commit is contained in:
Pecusx
2024-01-29 09:29:44 +01:00
parent e1460da157
commit c24e5823fa
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
OptionsScreen
dta d"Welcome to Scorch v. "
build ; 4 bytes from scorch.asm (fancy method) :)
dta d" (un)2000-2023"
dta d" (un)2000-2024"
.IF TARGET = 800
dta d" Please select option with "
+2 -2
View File
@@ -614,7 +614,7 @@ CreditsStart
dta d"You were playing"^
dta d"Scorch"^
dta d"Warsaw, Miami"^
dta d"2000-2023"^
dta d"2000-2024"^
dta d" "*
dta d"Programming"^
dta d"Tomasz 'Pecus' Pecko"^
@@ -678,7 +678,7 @@ CreditsEnd
.IF TARGET = 5200
; Atari 5200 splash
NewSplashText=*
dta d" 2023 atariage", $4e, "com " ; $4e - non blinking dot
dta d" 2024 atariage", $4e, "com " ; $4e - non blinking dot
.ENDIF
.endif ; .IF *>0
+1 -1
View File
@@ -4,7 +4,7 @@
;---------------------------------------------------
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
;Miami & Warsaw 2022, 2023
;Miami & Warsaw 2022, 2023, 2024
;WUDSN run settings:
;atari800 -5200 -cart ${outputFilePath} -cart-type 4
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -3,7 +3,7 @@
;---------------------------------------------------
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
;Miami & Warsaw 2022, 2023
;Miami & Warsaw 2022, 2023, 2024
;---------------------------------------------------
.def TARGET = 64 ; :)
@@ -24,7 +24,7 @@
;---------------------------------------------------
.macro build
dta d"1.45" ; number of this build (4 bytes)
dta d"1.46" ; number of this build (4 bytes)
.endm
.macro RMTSong
BIN
View File
Binary file not shown.