Added lot's of callback information. Added some useful information on how to use the debugger. Added patch 105158 from Hendrik Jan Visser
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2035
This commit is contained in:
parent
71ec900fe0
commit
232541c358
10 changed files with 241 additions and 115 deletions
|
@ -23,6 +23,7 @@ bool DEBUG_IntBreakpoint(Bit8u intNum);
|
|||
void DEBUG_Enable(void);
|
||||
void DEBUG_CheckExecuteBreakpoint(Bit16u seg, Bit32u off);
|
||||
bool DEBUG_ExitLoop(void);
|
||||
void DEBUG_RefreshPage(char scroll);
|
||||
|
||||
extern Bitu cycle_count;
|
||||
extern Bitu debugCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue