diff options
| author | Jeremy Newman | 2002-04-15 20:15:03 +0000 | 
|---|---|---|
| committer | Jeremy Newman | 2002-04-15 20:15:03 +0000 | 
| commit | 1bd43901174f4f061a3ccc05f5c362114492a664 (patch) | |
| tree | 68230ed1f2ba5bfefa80bf1fc4d957331ed7fd7b | |
| parent | c3b734f79c08436ac51f0a94afb055477c8be6c5 (diff) | |
| download | scummvm-rg350-1bd43901174f4f061a3ccc05f5c362114492a664.tar.gz scummvm-rg350-1bd43901174f4f061a3ccc05f5c362114492a664.tar.bz2 scummvm-rg350-1bd43901174f4f061a3ccc05f5c362114492a664.zip | |
updated the -e midi options
svn-id: r3948
| -rw-r--r-- | readme.txt | 18 | 
1 files changed, 11 insertions, 7 deletions
| diff --git a/readme.txt b/readme.txt index 8bc37b2c8e..6f46b3c558 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@  ScummVM README -Last updated:    2002-04-14 +Last updated:    2002-04-15  Release version: 0.2.0  [CVS build]  ------------------------------------------------------------------------ @@ -198,7 +198,7 @@ Command Line Options:          -s<num>   - set the scale factor, 1-3    default is '2'          -m<num>   - set the music volume, 0-100  default is '60'          -t<num>   - set music tempo              default is '2031616' -        -e<num>   - select sound engine. see below. +        -e<mode>   - select sound engine. see below.          -g<mode>  - select graphics scaler. see below.  	-f        - fullscreen mode          -n        - disable subtitles @@ -245,11 +245,15 @@ configuration.  If you ARE using MIDI, you have several different choices of output,   depending on your operating system and configuration. - -        -e0 - Null output. Don't play any music. This is default on non-windows operating systems -        -e1 - Windows output. This uses the builtin Windows sequencer. Naturally, only on Windows -        -e4 - Quicktime sound, for Macintosh users. - +         +	-eadlib     - Uses internal Adlib Emulation (default)  +        -ewindows   - Windows MIDI. Uses builtin sequencer. Only on Windows +	-etimidity  - Uses Timidity for music. Requires Timidity. +	-eseq       - Uses /dev/sequencer for MIDI. *nix only. +        -eqt        - Quicktime sound, for Macintosh users. +	-eamidi     - Uses the MorphOS MIDI system. MorphOS only. +	-enull      - Null output. Don't play any music. +	  Playing sound with Adlib emulation:  ----------------------------------- | 
