1
0
Fork 0

Some changes.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2956
This commit is contained in:
Peter Veenstra 2007-08-08 18:31:59 +00:00
parent e112331433
commit ef032e575c

View file

@ -1,3 +1,15 @@
0.71.1
- Fixed unitialized variable in joystick. (Fixes crashes on Vista and
Mac OS X)
- Some bugfixes and speedups to the 64 bit recompiling core.
- Fixed sign flag on soundblaster dma transfers (Space Quest 6 intro)
- Fixed a bug in keyboard layout processing code.
- Fixed Dreamweb.
- Improved speed unlocking when running cycles=max.
- Fixed a crash related to the tab completion in the shell.
- Improved aspect correction code. Should now be like how a real monitor
handles it.
0.71
- Add a new recompiling cpu core, which should be easier to port.
- Add 64 bit version of the recompiling core.