From 4474ed2668444238cf06207cb13a06711d11855f Mon Sep 17 00:00:00 2001 From: jede Date: Tue, 26 Apr 2022 11:10:07 +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 9af696e24..aea345036 100644 --- a/libsrc/telestrat/kbhit.s +++ b/libsrc/telestrat/kbhit.s @@ -16,7 +16,7 @@ _kbhit: lda #$01 ; There is a key pressed previously, return 1 ldx #$00 rts -@call_telemon: +@call_telemon: BRK_TELEMON XRD0 ldx #$00