From 85f6edaab329f800c0f8c5ddfca37fa8fa8da1a1 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 14 Jan 2007 20:26:34 +0000 Subject: [PATCH] Some entries Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2765 --- ChangeLog | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4608e009..be164c7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +0.66 + - Improve register handling and support with XMS. + - Fix some issues with deleting open files.(windows only issue) + - Add dummpy LPT1 class. (windows only issue) + - Improve some of the internal dos commands. (choice, copy and shift) + - Improve ROM area. (for games that use it for random numbers or + overwrite as some sort of detection thing) + - Improve compatibility of dynamic core by making it handle certain + pagefaults earlier. + - Move internal dos tables around so we have more umb memory. + - Dynamic core supports io exceptions. + - Move some interrupt handlers to XT Bios locations. + - Add a dynamic fpu on x86. + - Improve fpu on non-x86. + - Fix a rarely used character functions. + - Improve auto cycle guessing code. + - Improve and extend the joystick support. + - Add autofire support. + - Improve the mapper so you can map keys to the joystick and vice versa. + - A few game specific video card fixes. + - Fix some 64 bit cpu bugs. + - Add support for certain cdrom detection schemes. + - Improve HSG/Red Book support. + - Improve MSCDEX. + - Improve dynamic core support under intel macs. + - Add basic support for clipper programs. + - Add support for different keyboard layouts + - Add auto core guessing. + - Fix a few small cpu bugs. + - Improve soundblaster detection rate by various programs. + - Improve EMS emulation. (allow mapping of non standard regions) + - Improve keyboard input codes on various OS-eses. + - Fix problems with filenames having stackdata in them. + - Changed a few basic operations in DOSBox so they take emulated time. + - Improve dos ioctl functions. + - Extend cpu core so they are capable of detecting and raising a few + more exception types. + - Improve DOS functions when dealing with virtual drive. + - Improve FAT drives. + - Try to reduce the impact of using an analog joystick. + - Make dynamic core handle certain types of self modifying code. + - A few small mouse improvements. (some games are using things they + shouldn't) + - Add nullmodem emulation.(h-a-l-9000) + - Some small cga and hercules fixes. + - Change configuration file loading support. It now supports + multiple configuration files. + - Make dynamic core capable of running some win32s programs. + - Make soundblaster installation under windows much easier. + - Add device control channel handling. (GEMMIS support (ems under windows)) + - Support more colours in win 3. + - Don't show unmounted drives in windows filemanager. + - Many timer improvements. + - Some pcjr fixes. + - Some booter fixes. + - Many small fixes. + 0.65 - Fixed FAT writing. - Added some more missing DOS functions.