From 5b4531c0e460e653aa865fbd461f5d7eb63a9486 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 28 Mar 2006 10:10:21 +0000 Subject: [PATCH] small bugs Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2563 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 80328353..4608e009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,6 +65,8 @@ - Add some more VESA modi (4 bit). - Add 1024x768 output. - Changed screenrendering so it only draws changes to the screen. + - Allow remapping of the EMS page when the dma transfer was started from + the page frame - 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. @@ -77,7 +79,6 @@ - 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.