--- hatari/src/includes/midi.h 2019/04/09 08:53:09 1.1.1.6 +++ hatari/src/includes/midi.h 2019/04/09 08:55:39 1.1.1.7 @@ -11,6 +11,8 @@ extern void Midi_Init(void); extern void Midi_UnInit(void); extern void Midi_Reset(void); +extern void MIDI_MemorySnapShot_Capture(bool bSave); + extern void Midi_Control_ReadByte(void); extern void Midi_Data_ReadByte(void); extern void Midi_Control_WriteByte(void);