Update default tempo readme/help text.

svn-id: r4178
This commit is contained in:
James Brown 2002-05-03 17:42:34 +00:00
parent 9152d5de4f
commit 60cd83e788
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ static const char USAGE_STRING[] =
"\t-d[<num>] - enable debug output (debug level [1])\n"
"\t-n - no subtitles for speech\n"
"\t-b<num> - start in room <num>\n"
"\t-t<num> - set music tempo (suggested: 0x1F0000)\n"
"\t-t<num> - set music tempo (default- adlib: 0x1F0000, midi: 0x460000)\n"
"\t-p<path> - look for game in <path>\n"
"\t-m<num> - set music volume to <num> (0-100)\n"
"\t-s<num> - set sfx volume to <num> (0-255)\n"

View File

@ -223,7 +223,7 @@ Command Line Options:
-c<num> - Drive to play cd audio from. E.g., 0 is first drive.
-s<num> - Set the sfx volume, 0-255. Default is '100'
-m<num> - Set the music volume, 0-100. Default is '60'
-t<num> - Set music tempo. Default is '2031616'
-t<num> - Set music tempo. Defaults: Adlib: 0x1F0000, Midi: 0x460000
-e<mode> - Select sound engine. See below.
-g<mode> - Select graphics scaler. See below.
-f - Full-screen mode.