From b76723b848988c966e72fc7f063950ee9125c429 Mon Sep 17 00:00:00 2001 From: uid83799 Date: Thu, 23 Oct 2003 19:42:35 +0000 Subject: [PATCH] new config file line of help Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1373 --- src/dosbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 9e73cbbf..4c966832 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -203,6 +203,8 @@ void DOSBOX_Init(void) { MSG_Add("DOSBOX_CONFIGFILE_HELP", "language -- Select another language file.\n" "memsize -- Amount of memory dosbox has in megabytes.\n" + "machine -- The type of machine tries to emulate.\n" + " You can select from auto,hercules,tandy,vga.\n" ); secprop=control->AddSection_prop("render",&RENDER_Init);