diff options
-rw-r--r-- | dists/scummvm.6 | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/dists/scummvm.6 b/dists/scummvm.6 index 1859dc119a..007e124212 100644 --- a/dists/scummvm.6 +++ b/dists/scummvm.6 @@ -12,7 +12,7 @@ .Sh DESCRIPTION .Nm is an interpreter that will play graphic adventure games -based an a variety of game engines. +based on a variety of game engines. .Bl -tag -width Ds .It Fl F Force windowed mode. @@ -172,21 +172,32 @@ Enable copy protection in SCUMM games, when ScummVM disables it by default. .It Fl -demo-mode Start demo mode of Maniac Mansion. +.It Fl -enable-gs +Enable Roland GS mode for MIDI playback. +.It Fl -extrapath= Ns Ar path +Look for additional game data in +.Ar path . .It Fl -joystick= Ns Ar num Enable input with joystick (default: 0 = first joystick). .It Fl -multi-midi Enable combination Adlib and native MIDI. .It Fl -native-mt32 True Roland MT-32 MIDI (disable GM emulation). +.It Fl --render-mode= Ns Ar mode +Enable additional render +.Ar mode +(cga, ega, hercGreen, hercAmber, amiga). +.It Fl -platform= Ns Ar plat +Specify original platform of game. .It Fl -output-rate= Ns Ar rate Set output sample rate in Hz to .Ar rate (e.g. 22050). -.It Fl -platform= Ns Ar plat -Specify original platform of game. .It Fl -savepath= Ns Ar path Look for savegames in .Ar path . +.It Fl -soundfont= Ns Ar fILE +Select the SoundFont for MIDI playback (only supported by some MIDI drivers). .It Fl -talkspeed= Ns Ar speed Set talk speed to .Ar speed @@ -261,6 +272,4 @@ More information can be found in the README and on the website .Sh AUTHORS This manual page written by Jonathan Gray <khalek at scummvm.org>. ScummVM was written by the ScummVM team. -See -.Pa http://www.scummvm.org -for more information. +See AUTHORS file for more information. |