1
0
Fork 0

changes for debugger

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@195
This commit is contained in:
Ulf Wohlers 2002-08-20 09:51:06 +00:00
parent bd9a864d53
commit 57bd6890f5
5 changed files with 19 additions and 3 deletions

View file

@ -18,6 +18,7 @@
void DEBUG_DrawScreen(void);
bool DEBUG_BreakPoint(void);
bool DEBUG_IntBreakpoint(Bit8u intNum);
void DEBUG_Enable(void);
extern Bitu cycle_count;