1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00
This commit is contained in:
Fabrizio Caruso 2019-10-28 21:25:41 +01:00 committed by greg-king5
parent 609f63ac74
commit 43f24afe29

View File

@ -54,8 +54,7 @@ _start:
rts
@L5:
lda KBEDG ; No Pause pressed
ldx #$00
stx KBEDG
stz KBEDG
ora KBSTL
bit #$08
beq @L7