1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-26 09:29:45 +00:00

Adjusts EDIT for the ZX80.

This commit is contained in:
Thomas Harte 2020-03-02 23:36:38 -05:00
parent 05cbed6b6c
commit 0ef953a1ea

View File

@ -367,7 +367,7 @@ template<bool is_zx81> class ConcreteMachine:
ShiftedKey(KeyDown, Key6);
ShiftedKey(KeyLeft, Key5);
ShiftedKey(KeyRight, Key8);
ShiftedKey(KeyEdit, Key1);
ShiftedKey(KeyEdit, is_zx81 ? Key1 : KeyEnter);
#undef ShiftedKey
}
} else {