This commit is contained in:
Oliver Schmidt 2021-02-05 11:54:07 +01:00
parent a9dac3b1ef
commit 8551431233

View file

@ -10,12 +10,8 @@
_kbhit:
BRK_TELEMON XRD0
bcs @no_char_action
ldx #$00
lda #$01
txa
rol
eor #$01
rts
@no_char_action:
lda #$00
tax
rts