Difference between revisions of "MAME"
(Created page with "Category:EmulatorsCategory:Modules") |
|||
Line 1: | Line 1: | ||
[[Category:Emulators]][[Category:Modules]] | [[Category:Emulators]][[Category:Modules]] | ||
+ | |||
+ | |||
+ | == '''Mame Tips:''' == | ||
+ | |||
+ | |||
+ | '''NOTE:''' When making adjustments to your mame.ini file, make sure you dont have per game.ini files located within /mame/ini folder as these game specific ini files take higher priority over the default mame.ini. Also. before making any changes. please make a backup so you can always revert if you make multiple changes and break something. | ||
+ | |||
+ | |||
+ | == '''Screen tearing with in games.''' == | ||
+ | |||
+ | |||
+ | You can try turning on these settings. Please note you could experience sound stuttering on certain games. (0 = off, 1 = on) | ||
+ | |||
+ | # | ||
+ | #FULL SCREEN OPTIONS | ||
+ | # | ||
+ | |||
+ | triplebuffer 1 | ||
+ | |||
+ | # | ||
+ | # WINDOWS VIDEO OPTIONS | ||
+ | # | ||
+ | waitvsync 1 | ||
+ | |||
+ | |||
+ | == '''Stuttering sound within games.''' == | ||
+ | |||
+ | |||
+ | If you are experiencing sound stuttering, theres a couple things you can try. Open up mame.ini and try adjusting these settings. If one works. try adjusting them back to original settings 1 at a time to find the culprit. (0 = off, 1 = on) | ||
+ | |||
+ | # | ||
+ | # DIRECT3D POST-PROCESSING OPTIONS | ||
+ | # | ||
+ | hlsl_enable 0 | ||
+ | |||
+ | # | ||
+ | # FULL SCREEN OPTIONS | ||
+ | # | ||
+ | triplebuffer 0 | ||
+ | |||
+ | # | ||
+ | # WINDOWS VIDEO OPTIONS | ||
+ | # | ||
+ | waitvsync 0 | ||
+ | |||
+ | # | ||
+ | # CORE SOUND OPTIONS | ||
+ | # | ||
+ | samplerate 22000 |
Revision as of 01:56, 11 August 2014
Mame Tips:
NOTE: When making adjustments to your mame.ini file, make sure you dont have per game.ini files located within /mame/ini folder as these game specific ini files take higher priority over the default mame.ini. Also. before making any changes. please make a backup so you can always revert if you make multiple changes and break something.
Screen tearing with in games.
You can try turning on these settings. Please note you could experience sound stuttering on certain games. (0 = off, 1 = on)
- FULL SCREEN OPTIONS
triplebuffer 1
- WINDOWS VIDEO OPTIONS
waitvsync 1
Stuttering sound within games.
If you are experiencing sound stuttering, theres a couple things you can try. Open up mame.ini and try adjusting these settings. If one works. try adjusting them back to original settings 1 at a time to find the culprit. (0 = off, 1 = on)
- DIRECT3D POST-PROCESSING OPTIONS
hlsl_enable 0
- FULL SCREEN OPTIONS
triplebuffer 0
- WINDOWS VIDEO OPTIONS
waitvsync 0
- CORE SOUND OPTIONS
samplerate 22000