Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: N8 on March 01, 2007, 12:38:14 am
-
Whenever I load a game that has a bezel such as pac man, galaga, popeye, etc they never seem to fit on screen correctly. Popeye is the worst because it doesn't fit on the screen at all and I need to scroll to the center to play. Is there a quick fix for this? I am using an Old version of mame (not sure the version num). and running maximus arcade. If need be I could just delete the bezel folder if that will fix it.
-
Newer versions of Mame allow you to crop or remove the bezel for games directly from the tab menu.
-
The bezel wasn't that big of a deal for me so I just deleted the atwork folder. But popeye is still screwed up. Is there a way to set all mame games to fit on screen or would I have to change each games config?
-
Versions newer than 107 allow you to crop the bezel to the screen.
I am using an Old version of mame (not sure the version num).
mame.exe -ver
at the command prompt.
PC monitor? If so, try setting a fixed resolution like:
Newer MAME try these settings in your mame.ini file (mame -cc from the command prompt if you don't have a mame.ini)
#
# VIDEO OPTIONS
#
video d3d
numscreens 1
window 0
maximize 1
keepaspect 1
prescale 1
For an older mame, look for options like
maximize 1
hwstretch 1
keepaspect 1
resolution 640
etc.
-
You could also just turn off the bezels in MAME for all games. Look in the MAME documentation for the parameter to do that.
EDIT: Oops you guys type fast.
-
I am using mame 0.102. I'm going to try and edit my mame.ini. I am also running on a 29 inch tv.
-
I think that it is version 107 and newer that really handle the artwork aspect well.
-
I ended up switching keepaspect to 0 and now all works perfectly. Every game stays on screen perfectly.