readme and year change

This commit is contained in:
2022-12-31 19:10:03 -05:00
parent 3b53968fe3
commit d66e588203
5 changed files with 10 additions and 2 deletions
+8
View File
@@ -51,6 +51,14 @@ With the advent of [fujinet](https://fujinet.online/) we are thinking about maki
## Changelog:
###### Version 1.23
2023-01-01
New year edition! Who could imagine?
The new feature is that pressing [Tab] in the main menu now changes colors of the small tank area down the screen and makes it clear what color version you are going to run (classic/ Polish rainbow/ Christmas colors).
Also a small gradient optimization.
###### Version 1.22
2022-12-24
+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-2022"
dta d" (un)2000-2023"
.IF TARGET = 800
dta d" Please select option with cursor keys "
+1 -1
View File
@@ -2061,7 +2061,7 @@ MODULEND
org ROM_SETTINGS ; 5200 ROM settings address $bfe8
; "01234567890123456789"
.byte " scorch supersystem " ;20 characters title
.byte "7A" ;2 characters year .. 1900 + $7A = 2020
.byte "7B" ;2 characters year .. 1900 + $7B = 2023
.word FirstSTART
.ELSE
run FirstSTART
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.