5200 works

This commit is contained in:
2022-09-27 19:18:26 -04:00
parent f9092110ac
commit 8d188f4497
4 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ NameScreen
.IF TARGET = 800
dta d" Enter names of players "
.ELIF TARGET = 5200
dta d" Hold FIRE to enter names "
dta d"Hold "
dta d "FIRE"*
dta d " to enter player names "
.ENDIF
NameScreen3
dta d" Human/Atari (difficulty level) "
+1 -1
View File
@@ -6,7 +6,7 @@
;Miami & Warsaw 2022
;---------------------------------------------------
.def TARGET = 5200 ; or 800
.def TARGET = 800 ;5200 ; or 800
;---------------------------------------------------
OPT r+ ; saves 12 bytes :O
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.