mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
F2 now resets keyboard. (Fixes #639)
This commit is contained in:
parent
0d112158d0
commit
ec74b9de6b
@ -2189,6 +2189,7 @@ void ResetMachineState ()
|
|||||||
PravetsReset();
|
PravetsReset();
|
||||||
sg_Disk2Card.Boot();
|
sg_Disk2Card.Boot();
|
||||||
VideoResetState();
|
VideoResetState();
|
||||||
|
KeybReset();
|
||||||
sg_SSC.CommReset();
|
sg_SSC.CommReset();
|
||||||
PrintReset();
|
PrintReset();
|
||||||
JoyReset();
|
JoyReset();
|
||||||
|
@ -68,6 +68,7 @@ void KeybSetAltGrSendsWM_CHAR(bool state)
|
|||||||
|
|
||||||
void KeybReset()
|
void KeybReset()
|
||||||
{
|
{
|
||||||
|
keycode = 0;
|
||||||
keywaiting = 0;
|
keywaiting = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user