From ebcf6ec52dbc1017661ee65ac50d7ef5445f3fa0 Mon Sep 17 00:00:00 2001 From: jede Date: Tue, 26 Apr 2022 10:23:38 +0200 Subject: [PATCH] FIX space --- libsrc/telestrat/kbhit.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/telestrat/kbhit.s b/libsrc/telestrat/kbhit.s index da2c8b587..9af696e24 100644 --- a/libsrc/telestrat/kbhit.s +++ b/libsrc/telestrat/kbhit.s @@ -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