--- hatari/src/debug/debugdsp.h 2019/04/09 08:53:06 1.1.1.3 +++ hatari/src/debug/debugdsp.h 2019/04/09 08:54:23 1.1.1.4 @@ -16,6 +16,8 @@ extern void DebugDsp_SetDebugging(void); #define DebugDsp_SetDebugging() #endif /* !ENABLE_DSP_EMU */ extern void DebugDsp_Check(void); +extern Uint32 DebugDsp_InstrCount(void); +extern Uint32 DebugDsp_OpcodeType(void); extern int DebugDsp_DisAsm(int nArgc, char *psArgs[]); extern int DebugDsp_MemDump(int nArgc, char *psArgs[]); extern int DebugDsp_Register(int nArgc, char *psArgs[]);