1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +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
+1 -2
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