|
|
1.1 root 1: /*
2: Hatari - debugcpu.h
3:
1.1.1.3 root 4: This file is distributed under the GNU General Public License, version 2
5: or at your option any later version. Read the file gpl.txt for details.
1.1 root 6:
7: Public CPU debugging header.
8: */
9:
10: #ifndef HATARI_DEBUGCPU_H
11: #define HATARI_DEBUGCPU_H
12:
13: extern void DebugCpu_Check(void);
1.1.1.2 root 14: extern void DebugCpu_SetDebugging(void);
1.1.1.4 ! root 15: extern Uint32 DebugCpu_InstrCount(void);
! 16: extern Uint32 DebugCpu_OpcodeType(void);
1.1 root 17: extern int DebugCpu_DisAsm(int nArgc, char *psArgs[]);
18: extern int DebugCpu_MemDump(int nArgc, char *psArgs[]);
19: extern int DebugCpu_Register(int nArgc, char *psArgs[]);
20: extern int DebugCpu_GetRegisterAddress(const char *reg, Uint32 **addr);
21:
22: #endif /* HATARI_DEBUGCPU_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.