mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
FIX space
This commit is contained in:
parent
c38504b06d
commit
ebcf6ec52d
@ -11,7 +11,7 @@
|
|||||||
.include "telestrat.inc"
|
.include "telestrat.inc"
|
||||||
|
|
||||||
_kbhit:
|
_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
|
beq @call_telemon ; No, calls Telemon routine
|
||||||
lda #$01 ; There is a key pressed previously, return 1
|
lda #$01 ; There is a key pressed previously, return 1
|
||||||
ldx #$00
|
ldx #$00
|
||||||
|
Loading…
x
Reference in New Issue
Block a user