SUPERSYSTEM everywhere + one space more

This commit is contained in:
2022-12-01 11:31:35 -05:00
parent 788b5db180
commit 9cdb9fe18c
5 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ OptionsScreenEnd
;-----------------------------------------------
NameScreen2
dta d" Tank 1 *1 +1 Name:"
dta d" Tank 1 *1 +1 Name:"
NameAdr
dta d" "
dta d" "
NameScreen4
dta d" "
NamesOfLevels
+1 -3
View File
@@ -2069,9 +2069,7 @@ MODULEND
.ENDIF
org ROM_SETTINGS ; 5200 ROM settings address $bfe8
; "01234567890123456789"
.byte " scorch 5200 v" ;20 characters title
build ; " "
.byte " "
.byte " scorch supersystem " ;20 characters title
.byte "7A" ;2 characters year .. 1900 + $7A = 2020
.word FirstSTART
.ELSE
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1176,7 +1176,7 @@ CheckKeys
lda TankShape,x
tay
lda digits+1,y
sta NameScreen2+14 ; display tank shape number
sta NameScreen2+15 ; display tank shape number
jsr CursorDisplay
jsr getkey
bit escFlag