1
0
Fork 0

preparations 0.58

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@749
This commit is contained in:
Peter Veenstra 2003-03-11 09:55:56 +00:00
parent 4bfdc29caa
commit 2d1f80ab1d
4 changed files with 23 additions and 3 deletions

20
NEWS
View file

@ -1,3 +1,23 @@
0.58
- fixed date and time issues with fcbs
- added more commands to the internal Shell
- corrected config system when a old configfile was used
- fixed cga put and get pixel
- fixed some vga register getting reset to wrong values
- improved support for foreign keyboards
- improved joystick support
- made dosbox multithreaded again
- lot's of soundblaster fixes
- dma fixes
- cdrom support
- midi support
- added scale2x
- reenabled screenshot support
- joystick support fixes
- mouse improvements
- support for writing wavefiles
0.57
- added support for command /C
- fixed all fcb-write functions

2
README
View file

@ -1,4 +1,4 @@
DOSBox v0.57
DOSBox v0.58
Usage:
======

View file

@ -1 +1 @@
0.57
0.58

View file

@ -1,5 +1,5 @@
dnl Init.
AC_INIT(dosbox,0.57)
AC_INIT(dosbox,0.58)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(README)