From ef032e575c96c8c88d1f06904476d479d8f4f9ee Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 8 Aug 2007 18:31:59 +0000 Subject: [PATCH] Some changes. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2956 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71da89c8..87622a12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.