Annotation of hatari/src/debug/debugdsp.h, revision 1.1.1.4

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);
1.1.1.4 ! root       19: extern Uint32 DebugDsp_InstrCount(void);
        !            20: extern Uint32 DebugDsp_OpcodeType(void);
1.1       root       21: extern int DebugDsp_DisAsm(int nArgc, char *psArgs[]);
                     22: extern int DebugDsp_MemDump(int nArgc, char *psArgs[]);
                     23: extern int DebugDsp_Register(int nArgc, char *psArgs[]);
                     24: 
                     25: #endif /* HATARI_DEBUGDSP_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.