1
0
Fork 0

More changes.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@442
This commit is contained in:
Sjoerd van der Berg 2002-10-25 21:47:22 +00:00
parent acd82b39a7
commit ee69b4e211

View file

@ -9,12 +9,15 @@
- some cpu-bug fixes
- dma changes
- Real Sound support
- EMM fixes
- EMM fixes and new functions.
- 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)
- Added more cpu instructions and changed the string operations.
- Added classes for most of the internal dos structures.
- Rewrote most of the fcb calls to use normal dos calls.
0.55
- fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becomming unsigned).