
Stella version 1.4.2_cvs

Usage: stella [options ...] romfile

Valid options are:

  -video        <type>         Type is one of the following:
                 soft            SDL software mode
                 gl              SDL OpenGL mode
  -video_driver <type>         SDL Video driver (see manual).

  -gl_filter    <type>         Type is one of the following:
                 nearest         Normal scaling (GL_NEAREST)
                 linear          Blurred scaling (GL_LINEAR)
  -gl_aspect    <number>       Scale the width by the given amount
  -gl_fsmax     <1|0>          Use the largest available screenmode in fullscreen OpenGL

  -sound        <1|0>          Enable sound generation
  -fragsize     <number>       The size of sound fragments (must be a power of two)
  -framerate    <number>       Display the given number of frames per second
  -zoom         <size>         Makes window be 'size' times normal
  -fullscreen   <1|0>          Play the game in fullscreen mode
  -grabmouse    <1|0>          Keeps the mouse in the game window
  -hidecursor   <1|0>          Hides the mouse cursor in the game window
  -volume       <number>       Set the volume (0 - 100)
  -paddle       <0|1|2|3>      Indicates which paddle the mouse should emulate
  -altpro       <props file>   Use the given properties file instead of stella.pro
  -showinfo     <1|0>          Shows some game info
  -accurate     <1|0>          Accurate game timing (uses more CPU)
  -ssdir        <path>         The directory to save snapshot files to
  -ssname       <name>         How to name the snapshot (romname or md5sum)
  -sssingle     <1|0>          Generate single snapshot instead of many
  -mergeprops   <1|0>          Merge changed properties into properties file,
                               or save into a separate file

