Some games, especially Model 3, may play music at up to a 2% faster tempo than they should. This is likely due to their timing-sensitive interrupt handlers combined with Mednafen's lack of emulation of dynamic SCSP wait states and interrupt signaling delays.
MAME-style ROM image filenames are expected. A game's ROM image set should be loaded either via ZIP archive, ideally with no extraneous files in the archive, or by specifying the path of the sound program ROM image.
Output volume is adjusted on a per-game basis via an internal database. Some games(e.g. "Virtua Fighter 3") also have per-song/composition volume adjustments as well.
Caution: Any settings that change emulation behavior as seen from the emulated game are shown with the setting name bolded in the table. One should be conscious of these settings if one has changed them from the default values when using network play or movies, as they can cause desychronizations if not set the same among hosts(or between the recording emulator and the playing emulator).
Setting: | Value Type: | Possible Values: | Default Value: | Description: |
---|---|---|---|---|
sasplay.resamp_quality | integer | 0 through 10 | 5 | SCSP output resampler quality. 0 is lowest quality and CPU usage, 10 is highest quality and CPU usage. The resampler that this setting refers to is used for converting from 44.1KHz to the sampling rate of the host audio device Mednafen is using. Changing Mednafen's output rate, via the "sound.rate" setting, to "44100" may bypass the resampler, which can decrease CPU usage by Mednafen, and can increase or decrease audio quality, depending on various operating system and hardware factors. |
  |
Setting: | Value Type: | Possible Values: | Default Value: | Description: |
---|---|---|---|---|
sasplay.enable | boolean | 0 1 | 1 | Enable (automatic) usage of this module. |
  | ||||
sasplay.forcemono | boolean | 0 1 | 0 | Force monophonic sound output. |
  | ||||
sasplay.scanlines | integer | -100 through 100 | 0 | Enable scanlines with specified opacity. Opacity is specified in %; IE a value of "100" will give entirely black scanlines. |
  | ||||
sasplay.shader | enum | none autoip autoipsharper scale2x sabr ipsharper ipxnoty ipynotx ipxnotysharper ipynotxsharper goat | none | Enable specified OpenGL shader. Obviously, this will only work with the OpenGL "video.driver" setting, and only on cards and OpenGL implementations that support shaders, otherwise you will get a black screen, or Mednafen may display an error message when starting up. When a shader is enabled, the "sasplay.videoip" setting is ignored.
|
  | ||||
sasplay.shader.goat.fprog | boolean | 0 1 | 0 | Force interlaced video to be treated as progressive. When disabled, the default, the "video.deinterlacer" setting is effectively ignored with respect to what appears on the screen, unless it's set to "blend" or "blend_rg". When enabled, it may be prudent to disable the scanlines effect controlled by the "sasplay.shader.goat.slen" setting, or else the scanline effect may look objectionable. |
  | ||||
sasplay.shader.goat.hdiv | real | -2.00 through 2.00 | 0.50 | Constant RGB horizontal divergence. |
  | ||||
sasplay.shader.goat.pat | enum | goatron borg slenderman | goatron | Mask pattern.
|
  | ||||
sasplay.shader.goat.slen | boolean | 0 1 | 1 | Enable scanlines effect. |
  | ||||
sasplay.shader.goat.tp | real | 0.00 through 1.00 | 0.50 | Transparency of otherwise-opaque mask areas. |
  | ||||
sasplay.shader.goat.vdiv | real | -2.00 through 2.00 | 0.50 | Constant RGB vertical divergence. |
  | ||||
sasplay.special | enum | none hq2x hq3x hq4x scale2x scale3x scale4x 2xsai super2xsai supereagle nn2x nn3x nn4x nny2x nny3x nny4x | none | Enable specified special video scaler. The destination rectangle is NOT altered by this setting, so if you have xscale and yscale set to "2", and try to use a 3x scaling filter like hq3x, the image is not going to look that great. The nearest-neighbor scalers are intended for use with bilinear interpolation enabled, for a sharper image, though the "autoipsharper" shader may provide better results.
|
  | ||||
sasplay.stretch | enum | 0 full aspect aspect_int aspect_mult2 | aspect_mult2 | Stretch to fill screen.
|
  | ||||
sasplay.tblur | boolean | 0 1 | 0 | Enable video temporal blur(50/50 previous/current frame by default). |
  | ||||
sasplay.tblur.accum | boolean | 0 1 | 0 | Accumulate color data rather than discarding it. |
  | ||||
sasplay.tblur.accum.amount | real | 0 through 100 | 50 | Blur amount in accumulation mode, specified in percentage of accumulation buffer to mix with the current frame. |
  | ||||
sasplay.videoip | enum | 0 1 x y | 0 | Enable (bi)linear interpolation.
|
  | ||||
sasplay.xres | integer | 0 through 65536 | 0 | Full-screen horizontal resolution. A value of "0" will cause the current desktop horizontal resolution to be used. |
  | ||||
sasplay.xscale | real | 0.01 through 256 | 2.000000 | Scaling factor for the X axis in windowed mode. |
  | ||||
sasplay.xscalefs | real | 0.01 through 256 | 1.000000 | Scaling factor for the X axis in fullscreen mode. For this setting to have any effect, the "sasplay.stretch" setting must be set to "0". |
  | ||||
sasplay.yres | integer | 0 through 65536 | 0 | Full-screen vertical resolution. A value of "0" will cause the current desktop vertical resolution to be used. |
  | ||||
sasplay.yscale | real | 0.01 through 256 | 2.000000 | Scaling factor for the Y axis in windowed mode. |
  | ||||
sasplay.yscalefs | real | 0.01 through 256 | 1.000000 | Scaling factor for the Y axis in fullscreen mode. For this setting to have any effect, the "sasplay.stretch" setting must be set to "0". |
  |