Fixed arrow keys on the Tandy machines... this time for real.

This commit is contained in:
OBattler
2021-03-17 02:39:13 +01:00
parent 9ef090fcc6
commit f3dfd74655
2 changed files with 4 additions and 9 deletions

View File

@@ -456,11 +456,6 @@ kbd_adddata_process(uint16_t val, void (*adddata)(uint16_t val))
if (!adddata)
return;
if (is_tandy) {
adddata(val);
return;
}
keyboard_get_states(NULL, &num_lock, NULL);
shift_states = keyboard_get_shift() & STATE_LSHIFT;