diff --git a/menu.cpp b/menu.cpp index 9cf8c1b..626602a 100644 --- a/menu.cpp +++ b/menu.cpp @@ -493,7 +493,7 @@ static uint32_t menu_key_get(void) else if (CheckTimer(repeat)) { repeat = GetTimer(REPEATRATE); - if (GetASCIIKey(c1) || ((menustate == MENU_8BIT_SYSTEM2) && (menusub == 8))) + if (GetASCIIKey(c1) || ((menustate == MENU_8BIT_SYSTEM2) && (menusub == 9))) { c = c1; hold_cnt++;