mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
FIX space
This commit is contained in:
parent
c38504b06d
commit
ebcf6ec52d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user