Exported Alt,Crtl,Shift status
This commit is contained in:
parent
f9d0c70787
commit
1eb2b38869
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue