aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJonathan Gray2005-06-19 23:02:38 +0000
committerJonathan Gray2005-06-19 23:02:38 +0000
commitbf304539fee94ab2baa4e39024a3e9c96cec548f (patch)
treed129ec9dc9f8a7cd6175b075491d366112b6a8d4 /base
parentecf8da7230678466cf56c9c03716723653e7dcd6 (diff)
downloadscummvm-rg350-bf304539fee94ab2baa4e39024a3e9c96cec548f.tar.gz
scummvm-rg350-bf304539fee94ab2baa4e39024a3e9c96cec548f.tar.bz2
scummvm-rg350-bf304539fee94ab2baa4e39024a3e9c96cec548f.zip
Document c64 as being a valid --platform= option.
svn-id: r18413
Diffstat (limited to 'base')
-rw-r--r--base/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index ab3b2559fb..0195c13f14 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -84,7 +84,7 @@ static const char USAGE_STRING[] =
" --joystick[=NUM] Enable input with joystick (default: 0 = first\n"
" joystick)\n"
" --platform=WORD Specify version of game (allowed values: amiga,\n"
- " atari, fmtowns, nes, mac, pc, windows)\n"
+ " atari, c64, fmtowns, nes, mac, pc, windows)\n"
" --savepath=PATH Path to where savegames are stored\n"
" --soundfont=FILE Select the SoundFont for MIDI playback (only\n"
" supported by some MIDI drivers)\n"