1
0
Fork 0

Debugger is activated via callback now

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1168
This commit is contained in:
Ulf Wohlers 2003-07-27 20:20:40 +00:00
parent 09ed20abec
commit a1fe43c151
7 changed files with 39 additions and 24 deletions

View file

@ -25,6 +25,7 @@ void DEBUG_CheckExecuteBreakpoint(Bit16u seg, Bit32u off);
bool DEBUG_ExitLoop(void);
extern Bitu cycle_count;
extern Bitu debugCallback;
#ifdef C_HEAVY_DEBUG
bool DEBUG_HeavyIsBreakpoint(void);