mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +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(KeyDown, Key6);
|
||||||
ShiftedKey(KeyLeft, Key5);
|
ShiftedKey(KeyLeft, Key5);
|
||||||
ShiftedKey(KeyRight, Key8);
|
ShiftedKey(KeyRight, Key8);
|
||||||
ShiftedKey(KeyEdit, Key1);
|
ShiftedKey(KeyEdit, is_zx81 ? Key1 : KeyEnter);
|
||||||
#undef ShiftedKey
|
#undef ShiftedKey
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user