mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-21 18:29:07 +00:00
Exported Alt,Crtl,Shift status
This commit is contained in:
parent
2d245f71bb
commit
f695fa9fea
@ -21,3 +21,7 @@ DWORD KeybSetSnapshot(SS_IO_Keyboard* pSS);
|
||||
BYTE __stdcall KeybReadData (WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
|
||||
BYTE __stdcall KeybReadFlag (WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
|
||||
BYTE __stdcall KbdAllow8Bit (WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft); //For Pravets A/C only
|
||||
|
||||
extern bool g_bShiftKey;
|
||||
extern bool g_bCtrlKey;
|
||||
extern bool g_bAltKey;
|
||||
|
Loading…
x
Reference in New Issue
Block a user