1
0
Fork 0

debugger changes/additions

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@414
This commit is contained in:
Ulf Wohlers 2002-10-25 15:25:13 +00:00
parent c92a624212
commit 17a1974f6a
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@
- VGA fixes
- new wildcompare
- support for size and disktype at mount.
- added new debugger functionalities: start/trace into INTs, write processor status log,
step over rep and loop instructions, breakpoint support without using INT 03 (heavy debugging switch)
0.55
- fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becomming unsigned).

View file

@ -1079,7 +1079,7 @@ restart:
goto reploop;
#ifdef CPU_386
case 0x66:
Rep_66(direct,from,to,repcheck);
Rep_66(direct,from,to);
break;
#endif