|
|
1.1 root 1: /*
2: Hatari - debugdsp.h
3:
4: This file is distributed under the GNU Public License, version 2 or at
5: your option any later version. Read the file gpl.txt for details.
6:
7: Public DSP debugging header file.
8: */
9:
10: #ifndef HATARI_DEBUGDSP_H
11: #define HATARI_DEBUGDSP_H
12:
13: extern void DebugDsp_Check(void);
14: extern int DebugDsp_DisAsm(int nArgc, char *psArgs[]);
15: extern int DebugDsp_MemDump(int nArgc, char *psArgs[]);
16: extern int DebugDsp_Register(int nArgc, char *psArgs[]);
17:
18: #endif /* HATARI_DEBUGDSP_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.