From f1925e686eb66dea374cc91c284f7c0e4692c187 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 2 Oct 2003 18:00:54 +0000 Subject: [PATCH] Updated Help message. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1289 --- src/dos/dos.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dos/dos.cpp b/src/dos/dos.cpp index f1035b4e..383296ad 100644 --- a/src/dos/dos.cpp +++ b/src/dos/dos.cpp @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $Id: dos.cpp,v 1.53 2003-10-02 18:00:54 qbix79 Exp $ */ + #include #include #include @@ -934,7 +936,7 @@ void DOS_ShutDown(Section* sec) void DOS_Init(Section* sec) { - MSG_Add("DOS_CONFIGFILE_HELP","Setting a memory size to 0 will disable it.\n"); + MSG_Add("DOS_CONFIGFILE_HELP","Disabling or enabling DPMI makes a huge difference for protected mode games. Try both!\n"); call_20=CALLBACK_Allocate(); CALLBACK_Setup(call_20,DOS_20Handler,CB_IRET); RealSetVec(0x20,CALLBACK_RealPointer(call_20));