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:
parent
05cbed6b6c
commit
0ef953a1ea
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user