1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

FIX space

This commit is contained in:
jede 2022-04-26 10:23:38 +02:00 committed by mrdudz
parent c38504b06d
commit ebcf6ec52d

View File

@ -11,7 +11,7 @@
.include "telestrat.inc"
_kbhit:
lda store_char ; Check if a key has been detected previously
lda store_char ; Check if a key has been detected previously
beq @call_telemon ; No, calls Telemon routine
lda #$01 ; There is a key pressed previously, return 1
ldx #$00