Turbo Mode on Start key (A5200)

This commit is contained in:
Pecusx
2023-07-28 22:27:04 +02:00
parent 1b483ff891
commit d5e9f61898
2 changed files with 8 additions and 7 deletions
+8 -7
View File
@@ -234,7 +234,7 @@ EndOfCreditsVBI
mva #consol_reset consol
mva #@kbcode._none kbcode
@
exit
pla
tay
pla
@@ -245,14 +245,15 @@ EndOfCreditsVBI
.endp
.IF TARGET = 5200
.proc kb_continue
mvx #%00000111 CONSOL ; virtual CONSOL keys not pressed
cmp #$0c ; START key on 5200 keypad
beq StartPressed
sta kbcode ;Store key code in shadow.
mva #0 SkStatSimulator
exit pla
tay
pla
tax
pla
rti
beq VBLinterrupt.exit
StartPressed
mvx #%00000110 CONSOL ; virtual CONSOL Start key pressed
bne VBLinterrupt.exit
.endp
.ENDIF
BIN
View File
Binary file not shown.