use keyboard buffer instead

This commit is contained in:
Arne Schmitz 2024-12-18 11:59:01 +01:00
parent fd02382d38
commit 32935cd7a1

View File

@ -271,9 +271,8 @@ char kbhit(void)
#if defined(__CBMPET__) #if defined(__CBMPET__)
return __asm return __asm
{ {
ldx $97 lda $9e
inx sta accu
stx accu
}; };
#else #else
return __asm return __asm