Opty and prepare for turbo in C64

This commit is contained in:
Pecusx
2023-10-27 09:55:07 +02:00
parent 0320b000b3
commit 0420ec20c6
7 changed files with 26 additions and 23 deletions
+2 -7
View File
@@ -16,8 +16,7 @@ START
jsr MakeDarkScreen
bit escFlag
bpl @+
lda CONSOL
and #%00000001 ; START KEY
jsr CheckStartKey ; START KEY
bne START
jmp StartAfterSplash ; reset all game option if Start key pressed (and Esc)
@
@@ -385,11 +384,7 @@ RoboTanks
;ldx TankNr
jsr DisplayStatus ; to make visible AI selected defensive (and offensive :) )
jsr MoveBarrelToNewPosition
lda kbcode
cmp #@kbcode._esc ; 28 ; ESC
bne @+
jsr AreYouSure
@ bit escFlag
jsr CheckExitKeys
spl:rts ; keys Esc or O