--- hatari/src/includes/ikbd.h 2019/04/01 07:14:46 1.1.1.7 +++ hatari/src/includes/ikbd.h 2019/04/09 08:49:30 1.1.1.9 @@ -11,13 +11,6 @@ #include /* Needed for SDLK_LAST */ -/* Keyboard Command */ -typedef struct { - Uint8 Command; - Uint8 NumParameters; - void (*pCallFunction)(void); -} IKBD_COMMAND_PARAMS; - /* Keyboard processor details */ typedef struct { @@ -92,10 +85,10 @@ extern void ACIA_Reset(void); extern void IKBD_Reset_ExeMode ( void ); extern void IKBD_Reset(bool bCold); extern void IKBD_MemorySnapShot_Capture(bool bSave); -extern void IKBD_SendAutoKeyboardCommands(void); extern void IKBD_InterruptHandler_ResetTimer(void); extern void IKBD_InterruptHandler_ACIA(void); extern void IKBD_InterruptHandler_MFP(void); +extern void IKBD_InterruptHandler_AutoSend(void); extern void IKBD_PressSTKey(Uint8 ScanCode, bool bPress); extern void IKBD_KeyboardControl_ReadByte(void);