Added heavy breakpoint handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@929
This commit is contained in:
parent
7b45220ec3
commit
65d4bbf28c
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ Bitu Full_DeCode(void) {
|
|||
while (CPU_Cycles>0) {
|
||||
#if C_DEBUG
|
||||
cycle_count++;
|
||||
#if C_HEAVY_DEBUG
|
||||
SaveIP();
|
||||
if (DEBUG_HeavyIsBreakpoint()) return 1;
|
||||
#endif
|
||||
#endif
|
||||
CPU_Cycles--;
|
||||
inst.entry=cpu.full.entry;
|
||||
|
|
Loading…
Add table
Reference in a new issue