mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Opty and prepare for turbo in C64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user