/* Declarations for the keyboard emulation of Sim. */ #ifndef HAVE_KBDEMU_H #define HAVE_KBDEMU_H #include "misc.h" extern void *LowLevelKbdPatches; extern unsigned short LowLevelKbdPatchesNum; extern T_REMAP_MATRIX *RemapMatrix; extern void *OldAddErrorHandler; extern char Fake60001B; void InstallKbdEmu (void *prgm, unsigned short plen, KbdEmuType kbd_emu_type, BOOL emulating_this_calc, HARDWARE_PARM_BLOCK *parm_block); short NgetchxEmuHandler (void); void LowlevelEmuHandler (void); void ForcedLowlevelEmuHandler (void); #endif /* not HAVE_KBDEMU_H */