|
|
hatari 2.0.0
/* Hatari - breakcond.h 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. */ #ifndef HATARI_BREAKCOND_H #define HATARI_BREAKCOND_H /* for debugui.c */ extern bool BreakCond_Save(const char *filename); /* for debugcpu.c & debugdsp.c */ extern const char BreakCond_Description[]; extern const char BreakAddr_Description[]; extern bool BreakCond_MatchCpu(void); extern bool BreakCond_MatchDsp(void); extern int BreakCond_CpuBreakPointCount(void); extern int BreakCond_DspBreakPointCount(void); extern bool BreakCond_Command(const char *expression, bool bForDsp); extern bool BreakAddr_Command(char *expression, bool bforDsp); /* extra functions exported for the test code */ extern int BreakCond_MatchCpuExpression(int position, const char *expression); #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.