From ca712c0043f97302bde463bd9c2f8d6c7dac239e Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 3 Dec 2002 17:32:03 +0000 Subject: [PATCH] added support echoing in inputfunctions added support int10:01 set cursor type Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@560 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cfa511d9..a5716f69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ loadfix -32 mm2 (Allocates 32kb and starts executable mm2) loadfix -128 (Allocates 128kb) loadfix -f (frees all previous allocated memory) + - added echoing of characters for input function + - added support for backspace for input function + - added partial support for int10:01 set cursortype + - fixed most of the problems/bugs with character input. + - fixed allocationinfo call.(darksun series) + - improved dos support for non-existant functions + 0.56 - added support for a configclass/configfile