From fe57c713045785de7796f0ec57ec451f78394cf9 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 29 Jul 2002 10:48:11 +0000 Subject: [PATCH] Changelog updated with recent changes Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@91 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 051d4d61..6b47515e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ - fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becomming unsigned). - + - fixed compilation error on FreeBSD when #disable_joystick was defined + - int10_writechar has been updated to move the cursor position.