Difference between revisions of "Version0.56"

From DOSBoxWiki
Jump to navigationJump to search
(New page: = This is '''not''' the current release = (previous release) | (next release) == Changes == * added support for a configcl...)
 
m (→‎Changes: Typographical changes)
 
Line 12: Line 12:
 
* dma changes
 
* dma changes
 
* Real Sound support
 
* Real Sound support
* EMM fixes and new functions.
+
* EMM fixes and new functions
 
* VGA fixes
 
* VGA fixes
 
* new wildcompare
 
* new wildcompare
* support for size and disktype at mount.
+
* 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 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 more cpu instructions and changed the string operations
* Added classes for most of the internal dos structures.
+
* added classes for most of the internal dos structures
* Rewrote most of the fcb calls to use normal dos calls.
+
* rewrote most of the fcb calls to use normal dos calls

Latest revision as of 10:44, 19 February 2008

This is not the current release

(previous release) | (next release)

Changes

  • added support for a configclass/configfile
  • added support for writing out the configclass into a configfile
  • removed the language file and made it internal
  • added support for writing the language file (will override the internal one)
  • improved mousesupport
  • updated readme
  • support for screenshots
  • some cpu-bug fixes
  • dma changes
  • Real Sound support
  • 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