From 8498dac6c251503b12d7dab67beaafa8919ace0f Mon Sep 17 00:00:00 2001 From: qfox Date: Mon, 11 Aug 2008 22:11:43 +0000 Subject: [PATCH] Fixed some switches and added a outdated warning to this ancient doc. --- documentation/fceultra.html | 52 ++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/documentation/fceultra.html b/documentation/fceultra.html index bd3c344d..278a0bc2 100644 --- a/documentation/fceultra.html +++ b/documentation/fceultra.html @@ -3,6 +3,7 @@ FCE Ultra General Documentation + This is a very outdated version of the documentation. Please be aware.
Windows users should advice fceux.chm that comes with FCEUX!

FCE Ultra General Documentation

Last updated November 12, 2003
Valid as of FCE Ultra 0.97

@@ -17,7 +18,7 @@

  • CPU
  • PPU
  • Sound
  • Input @@ -617,7 +618,8 @@ necessarily 100% accurate or complete):

    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):

    - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
    Argument:Value Type:Default value:Description:
    -cpalette xstring0Load a custom global palette from file "x". Specifying "0" will cause FCE Ultra to stop using the custom global palette.
    -ntsccol xboolean0If value is true, enable automatic generation and use of an NTSC NES' colors.
    -pal xboolean0If value is true, emulate a PAL NES. Otherwise emulate an NTSC NES.
    -sound xinteger48000(44100 for DOS)Sets the playback rate. If it is zero, sound emulation(and output) is disabled.
    -soundvol xinteger100Sound volume.
    -soundq xboolean0If value is true, enable high-quality sound emulation.
    -input1 x
    and
    -input2 x
    stringgamepadSelect input device for input port 1 or 2. Valid strings are "none", "gamepad", "zapper", "powerpada", and "powerpadb".
    -fcexp xstringnoneSelect Famicom expansion port device. Valid strings are "none", "shadow", "arkanoid", "4player", and "fkb".
    -nofs xboolean0If value is true, disable four-score emulation.
    -ggboolean0Enable Game Genie emulation.
    -subase xboolean0If value is true, Save extra game data files under the base directory.
    -snapname xboolean0If value is true, use an alternate naming scheme(file base and numeric) for screen snapshots.
    -nothrottle xboolean0If value is true, disable the speed throttling that is used when sound emulation is disabled.
    -clipsides xboolean0If value is true, clip leftmost and rightmost 8 columns of pixels of the video output.
    -slstart xinteger8First scanline to be rendered in NTSC emulation mode(when PAL emulation is disabled).
    -slend xinteger231Last scanline to be rendered in NTSC emulation mode.
    -slstartp xinteger0First scanline to be rendered in PAL emulation mode.
    -slendp xinteger239Last scanline to be rendered in PAL emulation mode.
    --cpalette xstring0Load a custom global palette from file "x". Specifying "0" will cause FCE Ultra to stop using the custom global palette.
    --ntsccol xboolean0If value is true, enable automatic generation and use of an NTSC NES' colors.
    --pal xboolean0If value is true, emulate a PAL NES. Otherwise emulate an NTSC NES.
    --sound xinteger48000(44100 for DOS)Sets the playback rate. If it is zero, sound emulation(and output) is disabled.
    --soundvol xinteger100Sound volume.
    --soundq xboolean0If value is true, enable high-quality sound emulation.
    --input1 x
    and
    -input2 x
    stringgamepadSelect input device for input port 1 or 2. Valid strings are "none", "gamepad", "zapper", "powerpada", and "powerpadb".
    --fcexp xstringnoneSelect Famicom expansion port device. Valid strings are "none", "shadow", "arkanoid", "4player", and "fkb".
    --nofs xboolean0If value is true, disable four-score emulation.
    --ggboolean0Enable Game Genie emulation.
    --subase xboolean0If value is true, Save extra game data files under the base directory.
    --snapname xboolean0If value is true, use an alternate naming scheme(file base and numeric) for screen snapshots.
    --nothrottle xboolean0If value is true, disable the speed throttling that is used when sound emulation is disabled.
    --clipsides xboolean0If value is true, clip leftmost and rightmost 8 columns of pixels of the video output.
    --slstart xinteger8First scanline to be rendered in NTSC emulation mode(when PAL emulation is disabled).
    --slend xinteger231Last scanline to be rendered in NTSC emulation mode.
    --slstartp xinteger0First scanline to be rendered in PAL emulation mode.
    --slendp xinteger239Last scanline to be rendered in PAL emulation mode.

    SDL

    - - - + + +
    Argument:Value Type:Default value:Description:
    -joyx yinteger,integer0Enable joystick #y for virtual joystick #x(both starting at "1").
    -stretchx/-stretchy xboolean0/0Stretch to fill surface on x or y axis(fullscreen, only with OpenGL).
    -fsboolean0Full screen mode.
    --joyx yinteger,integer0Enable joystick #y for virtual joystick #x(both starting at "1").
    --stretchx/-stretchy xboolean0/0Stretch to fill surface on x or y axis(fullscreen, only with OpenGL).
    --fsboolean0Full screen mode.

    DOS