|
|
1.1 ! root 1: /* ! 2: Hatari - history.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: ! 8: #ifndef HATARI_HISTORY_H ! 9: #define HATARI_HISTORY_H ! 10: ! 11: /* couldn't think of better place for this */ ! 12: extern const char* History_ReasonStr(debug_reason_t reason); ! 13: ! 14: /* for debugcpu/dsp.c */ ! 15: extern bool bHistoryEnabled; ! 16: extern void History_AddCpu(void); ! 17: extern void History_AddDsp(void); ! 18: ! 19: /* for debugInfo.c & breakcond.c */ ! 20: extern void History_Enable(bool enable); ! 21: ! 22: /* for debugInfo.c */ ! 23: extern void History_Show(Uint32 count); ! 24: ! 25: /* for debugui */ ! 26: extern void History_Mark(debug_reason_t reason); ! 27: extern int History_Parse(int nArgc, char *psArgv[]); ! 28: ! 29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.