From 8498dac6c251503b12d7dab67beaafa8919ace0f Mon Sep 17 00:00:00 2001
From: qfox
@@ -17,7 +18,7 @@
FCE Ultra supports arguments passed on the command line. The MS Windows
port only allows for a file name to be specified, however. Arguments
- are taken in the form of "-parameter value". Some arguments are valueless.
+ are taken in the form of "--parameter value". Windows users use only one dash:
+"-parameter value". Some arguments are valueless.
Arguments that have both a parameter and a value will be saved in the
configuration file, with the exception being the network-play arguments.
All ports other than the MS Windows one recognize the following parameters:
@@ -625,37 +627,33 @@ necessarily 100% accurate or complete):
Windows users should advice fceux.chm that comes with FCEUX!
FCE Ultra General Documentation
Valid as of FCE Ultra 0.97
- Argument: Value Type: Default value: Description:
- -cpalette x string 0 Load a custom global palette from file "x". Specifying "0" will cause FCE Ultra to stop using the custom global palette.
- -ntsccol x boolean 0 If value is true, enable automatic generation and use of an NTSC NES' colors.
- -pal x boolean 0 If value is true, emulate a PAL NES. Otherwise emulate an NTSC NES.
- -sound x integer 48000(44100 for DOS) Sets the playback rate. If it is zero, sound emulation(and output) is disabled.
- -soundvol x integer 100 Sound volume.
- -soundq x boolean 0 If value is true, enable high-quality sound emulation.
- -input1 x
and
-input2 xstring gamepad Select input device for input port 1 or 2. Valid strings are "none", "gamepad", "zapper", "powerpada", and "powerpadb".
- -fcexp x string none Select Famicom expansion port device. Valid strings are "none", "shadow", "arkanoid", "4player", and "fkb".
- -nofs x boolean 0 If value is true, disable four-score emulation.
- -gg boolean 0 Enable Game Genie emulation.
- -subase x boolean 0 If value is true, Save extra game data files under the base directory.
- -snapname x boolean 0 If value is true, use an alternate naming scheme(file base and numeric) for screen snapshots.
- -nothrottle x boolean 0 If value is true, disable the speed throttling that is used when sound emulation is disabled.
- -clipsides x boolean 0 If value is true, clip leftmost and rightmost 8 columns of pixels of the video output.
- -slstart x integer 8
- First scanline to be rendered in NTSC emulation mode(when PAL emulation is disabled).
- -slend x integer 231
- Last scanline to be rendered in NTSC emulation mode.
- -slstartp x integer 0
- First scanline to be rendered in PAL emulation mode.
+ -slendp x integer 239
- Last scanline to be rendered in PAL emulation mode.
+ --cpalette x string 0 Load a custom global palette from file "x". Specifying "0" will cause FCE Ultra to stop using the custom global palette.
+ --ntsccol x boolean 0 If value is true, enable automatic generation and use of an NTSC NES' colors.
+ --pal x boolean 0 If value is true, emulate a PAL NES. Otherwise emulate an NTSC NES.
+ --sound x integer 48000(44100 for DOS) Sets the playback rate. If it is zero, sound emulation(and output) is disabled.
+ --soundvol x integer 100 Sound volume.
+ --soundq x boolean 0 If value is true, enable high-quality sound emulation.
+ --input1 x
and
-input2 xstring gamepad Select input device for input port 1 or 2. Valid strings are "none", "gamepad", "zapper", "powerpada", and "powerpadb".
+ --fcexp x string none Select Famicom expansion port device. Valid strings are "none", "shadow", "arkanoid", "4player", and "fkb".
+ --nofs x boolean 0 If value is true, disable four-score emulation.
+ --gg boolean 0 Enable Game Genie emulation.
+ --subase x boolean 0 If value is true, Save extra game data files under the base directory.
+ --snapname x boolean 0 If value is true, use an alternate naming scheme(file base and numeric) for screen snapshots.
+ --nothrottle x boolean 0 If value is true, disable the speed throttling that is used when sound emulation is disabled.
+ --clipsides x boolean 0 If value is true, clip leftmost and rightmost 8 columns of pixels of the video output.
+ --slstart x integer 8 First scanline to be rendered in NTSC emulation mode(when PAL emulation is disabled).
+ --slend x integer 231 Last scanline to be rendered in NTSC emulation mode.
+ --slstartp x integer 0 First scanline to be rendered in PAL emulation mode. --slendp x integer 239 Last scanline to be rendered in PAL emulation mode.
Argument: | Value Type: | Default value: | Description: |
---|---|---|---|
-joyx y | integer,integer | 0 | Enable joystick #y for virtual joystick #x(both starting at "1"). |
-stretchx/-stretchy x | boolean | 0/0 | Stretch to fill surface on x or y axis(fullscreen, only with OpenGL). |
-fs | boolean | 0 | Full screen mode. |
--joyx y | integer,integer | 0 | Enable joystick #y for virtual joystick #x(both starting at "1"). |
--stretchx/-stretchy x | boolean | 0/0 | Stretch to fill surface on x or y axis(fullscreen, only with OpenGL). |
--fs | boolean | 0 | Full screen mode. |