From a86f6151290a949a03dac0b62eb1e5f080712782 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 28 Feb 2006 20:11:49 +0000 Subject: [PATCH] mention cvs=auto Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2531 --- src/dosbox.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 947c1822..2178c35d 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dosbox.cpp,v 1.95 2006-02-14 09:53:24 qbix79 Exp $ */ +/* $Id: dosbox.cpp,v 1.96 2006-02-28 20:11:49 qbix79 Exp $ */ #include #include @@ -287,6 +287,8 @@ void DOSBOX_Init(void) { ".\n" "cycles -- Amount of instructions dosbox tries to emulate each millisecond.\n" " Setting this higher than your machine can handle is bad!\n" + " You can also let DOSBox guess the correct value by setting it to auto.\n" + " Please note that this guessing feature is still experimental.\n" "cycleup -- Amount of cycles to increase/decrease with keycombo.\n" "cycledown Setting it lower than 100 will be a percentage.\n" );