New feature! (START + Esc in main menu)

This commit is contained in:
Pecusx
2023-09-30 14:45:39 +02:00
parent 1c8bbdf555
commit b52f8919ad
5 changed files with 7 additions and 2 deletions
+6 -2
View File
@@ -15,8 +15,12 @@ START
jsr SetVariablesFromOptions
jsr MakeDarkScreen
bit escFlag
bmi START
bpl @+
lda CONSOL
and #%00000001 ; START KEY
bne START
jmp StartAfterSplash ; reset all game option if Start key pressed (and Esc)
@
jsr EnterPlayerNames
jsr MakeDarkScreen
bit escFlag
+1
View File
@@ -306,6 +306,7 @@ rom2joy
bne @-
no5200splash
.ENDIF
StartAfterSplash
jsr MakeDarkScreen
; one time zero variables in RAM (non zero page)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.