--- hatari/src/falcon/dsp_cpu.h 2019/04/09 08:47:21 1.1.1.3 +++ hatari/src/falcon/dsp_cpu.h 2019/04/09 08:48:47 1.1.1.4 @@ -112,6 +112,9 @@ extern "C" { extern void dsp56k_init_cpu(void *th_dsp_core); /* Set dsp_core to use */ extern void dsp56k_execute_instruction(void); /* Execute 1 instruction */ +/* Interrupt relative functions */ +void dsp_add_interrupt(Uint16 inter); + #ifdef __cplusplus } #endif