Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Veenstra <qbix79@users.sourceforge.net>2002-10-26 15:49:29 +0400
committerPeter Veenstra <qbix79@users.sourceforge.net>2002-10-26 15:49:29 +0400
commite0a5c646e9e5a310efa12e944520959598554ea1 (patch)
tree2553cf2662e980ca4f64e8cf5fd479be37d36ef7
parentaccaa93ca9f57d398cd46ccbe61ea0be7d777d50 (diff)
updated the News of 0.56svn/RELEASE_0_56
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@448
-rw-r--r--NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 517fb0467..c39c56cb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.56:
+ - 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.
+
+
+
0.55:
- changed basedir handling. (linux/winXP)
- added some FCB-calls
@@ -43,4 +66,4 @@
-added the correct time to dir.
-bugfixes to batch-file handling.
-Lot's of small bugfixes.(Dune1&2,wolf3d, many more).
- -Released the source. \ No newline at end of file
+ -Released the source.