From b626d77546dc77975542891b0ce72a83c09975f3 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 27 Mar 2006 20:04:39 +0000 Subject: [PATCH] Some updates Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2561 --- ChangeLog | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39bb479d..80328353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.64 +0.65 - Fixed FAT writing. - Added some more missing DOS functions. - Improved PIC so that it actually honours irq 2/9. @@ -21,7 +21,7 @@ - Fixed a bug in the mixer code, that muted the music in certain games. - Added an assembly fpu core. - Made the shell more flexible for batch files. - - Check for unaligned memory acces fixes hangups on ARM processors + - Check for unaligned memory acces fixes hangups on ARM processors. - Some 64 bit fixes. - Added code to change configuration at runtime. - Improved ADPCM emulation. @@ -29,7 +29,7 @@ - Always report vesa 2.0 and fix some colour issues with vesa games. - Fix video mode 0x06 and 0x0a. - Improvements to the joystick emulation. 4 buttons are supported as well. - - Add VCPI emulation. No more ems=false with Origin games. + - Add VCPI emulation for Origin games. - Fixed a lot of things in the boot code. Most booters work now. - Lots of improvements to the IPX emulation. - Rewritten modem emulation. Should work with more games. @@ -60,7 +60,24 @@ - Enhanced and added several DOS tables. - Made core_full endian safe. - Made pagefaults endian safe. + - Add support for moviecapturing + - Add support for 15/16/32 bit videomodes. + - Add some more VESA modi (4 bit). + - Add 1024x768 output. + - Changed screenrendering so it only draws changes to the screen. + - Made EMS and DMA work together when playing from a mapped memory page. + - Renamed several configuration options, so that they are unique. + - Merged mpu and intelligent into one option. + - Merged fullfixed and fullresolution. + - Extended keys should be handled better. + - F11 and F12 work. - Compilation fixes for various platforms. + - Fix a few crashes when giving bad input. + - Removed interp2x and added few new scalers. + - Reintroduce the lockfree mouse. (autolock=false) + - Add a larger cache for the dynamic cpu core. + - Improved soundblaster DSP, so it gets detected by creative tools. + - Implemented the Tandy-DAC. - Lots of bugfixes. - Even more bugfixes.