1
0
Fork 0

add debug thing to default header

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3228
This commit is contained in:
Peter Veenstra 2008-10-05 14:50:31 +00:00
parent 2314183f15
commit fa4aadc31d

View file

@ -24,6 +24,7 @@ void DEBUG_Enable(bool pressed);
void DEBUG_CheckExecuteBreakpoint(Bit16u seg, Bit32u off);
bool DEBUG_ExitLoop(void);
void DEBUG_RefreshPage(char scroll);
Bitu DEBUG_EnableDebugger(void);
extern Bitu cycle_count;
extern Bitu debugCallback;