|
|
1.1 root 1: /*
2: Hatari - debugdsp.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 DSP debugging header file.
8: */
9:
10: #ifndef HATARI_DEBUGDSP_H
11: #define HATARI_DEBUGDSP_H
12:
1.1.1.2 root 13: #ifdef ENABLE_DSP_EMU
14: extern void DebugDsp_SetDebugging(void);
15: #else /* !ENABLE_DSP_EMU */
16: #define DebugDsp_SetDebugging()
17: #endif /* !ENABLE_DSP_EMU */
1.1 root 18: extern void DebugDsp_Check(void);
19: extern int DebugDsp_DisAsm(int nArgc, char *psArgs[]);
20: extern int DebugDsp_MemDump(int nArgc, char *psArgs[]);
21: extern int DebugDsp_Register(int nArgc, char *psArgs[]);
22:
23: #endif /* HATARI_DEBUGDSP_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.