From 71fc0f2cf6a773e971bb87a7920adf8f89774852 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 29 Aug 2002 13:03:13 +0000 Subject: [PATCH] update for upcoming 0.55 release Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@245 --- ChangeLog | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec52db31..b7862d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,5 +4,23 @@ - changed the basedir routines to use the current working dir instead of argv[0]. This will fix and brake things :) - illegal command, now displays the command - wildcmp updated to be case insensitive - - added fcb:open,close,findfirst, findnext, - - fixed rename in drive_local \ No newline at end of file + - added fcb:open,close,findfirst, findnext. + - fixed rename in drive_local + - added new features to the debugger: breakpoint support / data view / command line + - partial support of list of lists (dos info block) + - full emm 3.2 support + - partial emm 4.0 support + - fixes to graphics core fonts (text in sierra games is now correct) + - improved support for user mousehandlers + - fixed EGA graphics + - fixed VGA graphics + - fixed write with size 0 + - changed memory management. + - fixed and cleaned up the cpu flags. + - changed interrupt handler. + - speeded up the graphics. + - speeded up the cpu-core + - changed dma + - improved dma streams from emm memory + - added some cga videomodes + - added more funtions to the keyboard handler