--- hatari/src/debug/debugcpu.h 2019/04/09 08:49:26 1.1.1.2 +++ hatari/src/debug/debugcpu.h 2019/04/09 08:54:21 1.1.1.4 @@ -1,8 +1,8 @@ /* Hatari - debugcpu.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. Public CPU debugging header. */ @@ -12,6 +12,8 @@ extern void DebugCpu_Check(void); extern void DebugCpu_SetDebugging(void); +extern Uint32 DebugCpu_InstrCount(void); +extern Uint32 DebugCpu_OpcodeType(void); extern int DebugCpu_DisAsm(int nArgc, char *psArgs[]); extern int DebugCpu_MemDump(int nArgc, char *psArgs[]); extern int DebugCpu_Register(int nArgc, char *psArgs[]);