mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Happy New Year
C64 version failed! ??
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
OptionsScreen
|
OptionsScreen
|
||||||
dta d"Welcome to Scorch v. "
|
dta d"Welcome to Scorch v. "
|
||||||
build ; 4 bytes from scorch.asm (fancy method) :)
|
build ; 4 bytes from scorch.asm (fancy method) :)
|
||||||
dta d" (un)2000-2023"
|
dta d" (un)2000-2024"
|
||||||
|
|
||||||
.IF TARGET = 800
|
.IF TARGET = 800
|
||||||
dta d" Please select option with "
|
dta d" Please select option with "
|
||||||
|
|||||||
+2
-2
@@ -614,7 +614,7 @@ CreditsStart
|
|||||||
dta d"You were playing"^
|
dta d"You were playing"^
|
||||||
dta d"Scorch"^
|
dta d"Scorch"^
|
||||||
dta d"Warsaw, Miami"^
|
dta d"Warsaw, Miami"^
|
||||||
dta d"2000-2023"^
|
dta d"2000-2024"^
|
||||||
dta d" "*
|
dta d" "*
|
||||||
dta d"Programming"^
|
dta d"Programming"^
|
||||||
dta d"Tomasz 'Pecus' Pecko"^
|
dta d"Tomasz 'Pecus' Pecko"^
|
||||||
@@ -678,7 +678,7 @@ CreditsEnd
|
|||||||
.IF TARGET = 5200
|
.IF TARGET = 5200
|
||||||
; Atari 5200 splash
|
; Atari 5200 splash
|
||||||
NewSplashText=*
|
NewSplashText=*
|
||||||
dta d" 2023 atariage", $4e, "com " ; $4e - non blinking dot
|
dta d" 2024 atariage", $4e, "com " ; $4e - non blinking dot
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
.endif ; .IF *>0
|
.endif ; .IF *>0
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
|
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
|
||||||
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
|
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
|
||||||
;Miami & Warsaw 2022, 2023
|
;Miami & Warsaw 2022, 2023, 2024
|
||||||
|
|
||||||
;WUDSN run settings:
|
;WUDSN run settings:
|
||||||
;atari800 -5200 -cart ${outputFilePath} -cart-type 4
|
;atari800 -5200 -cart ${outputFilePath} -cart-type 4
|
||||||
|
|||||||
BIN
Binary file not shown.
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
|
;by Tomasz 'pecus' Pecko and Pawel 'pirx' Kalinowski
|
||||||
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
|
;Warsaw 2000, 2001, 2002, 2003, 2009, 2012, 2013
|
||||||
;Miami & Warsaw 2022, 2023
|
;Miami & Warsaw 2022, 2023, 2024
|
||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.def TARGET = 64 ; :)
|
.def TARGET = 64 ; :)
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.macro build
|
.macro build
|
||||||
dta d"1.45" ; number of this build (4 bytes)
|
dta d"1.46" ; number of this build (4 bytes)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro RMTSong
|
.macro RMTSong
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user