diff --git a/INIT/CasioRAM.mem b/INIT/CasioRAM.mem index 99c3c2f..f4e73c1 100644 Binary files a/INIT/CasioRAM.mem and b/INIT/CasioRAM.mem differ diff --git a/SuperCbr.g1a b/SuperCbr.g1a index 3ff6940..607c821 100644 Binary files a/SuperCbr.g1a and b/SuperCbr.g1a differ diff --git a/src/keyboard.c b/src/keyboard.c index 2a05080..4cba447 100755 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -26,7 +26,7 @@ void MKB_clear() int MKB_getkey() { MKB_clear(); - +/* while (1) { key_event_t const e=pollevent(); @@ -37,6 +37,8 @@ int MKB_getkey() else sleep(); // Processor friendly :) } +*/ + return getkey_opt(GETKEY_REP_ARROWS,0).key; } static int menu_pause() // 1 exit, 0 continue