preparations 0.58
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@749
This commit is contained in:
parent
4bfdc29caa
commit
2d1f80ab1d
4 changed files with 23 additions and 3 deletions
20
NEWS
20
NEWS
|
@ -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
2
README
|
@ -1,4 +1,4 @@
|
|||
DOSBox v0.57
|
||||
DOSBox v0.58
|
||||
|
||||
Usage:
|
||||
======
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.57
|
||||
0.58
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
dnl Init.
|
||||
AC_INIT(dosbox,0.57)
|
||||
AC_INIT(dosbox,0.58)
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue