From 18cb433c5cb139c0c7d82e0a4518dbaeb545b409 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 22 Jan 2006 14:10:37 +0000 Subject: [PATCH] update Changelog Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2433 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f6b755e..d427ec84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,6 +47,16 @@ - Improved and speed up the dynamic cpu core. - Fix some errors in the CD-ROM emulation layer. - Added an automatic work-around for some graphics chipsets. + - Add PCjr support. + - Allow mousedriver to be replaced. Fixes a few games with come with their + own (internal) driver. + - Improved dynamic cpu core so it can handle pagefaults and some obscure + types of self-modifying code. + - Added -noautoexec switch to skip the contents of [autoexec] in the + configuration file. + - Made core_full endian safe. + - Made pagefaults endian safe. + - Compilation fixes for various platforms. - Lots of bugfixes. - Even more bugfixes.