From ee69b4e211f6cd8e36f2a3c3d2ebc002eeb683fb Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 25 Oct 2002 21:47:22 +0000 Subject: [PATCH] More changes. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@442 --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62de4472..d91901cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,12 +9,15 @@ - some cpu-bug fixes - dma changes - Real Sound support - - EMM fixes + - EMM fixes and new functions. - VGA fixes - new wildcompare - support for size and disktype at mount. - added new debugger functionalities: start/trace into INTs, write processor status log, step over rep and loop instructions, breakpoint support without using INT 03 (heavy debugging switch) + - Added more cpu instructions and changed the string operations. + - Added classes for most of the internal dos structures. + - Rewrote most of the fcb calls to use normal dos calls. 0.55 - fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becomming unsigned).