Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: dagintm on September 22, 2004, 02:33:02 pm
-
Anyone have any idea's how to set up advancemame/advancemenu so that vertical games play vertically and horizontal games play horizontally.
Running Gentoo Linux if it makes any difference.. I doubt it but thought I would mention it.
thanks
DaGintm
-
in advmame.rc there is
display_ror no
and
display_rol no
this is default, you can change one or the other to yes and use that as a default...whichever most games would use. the rest you will have to individually specify like:
pacman/display_ror yes
hope this helps
-
you just need to add this line in advmame.rc
instead of individual pacman/display_ror yes
just use vertical/display_ror yes
so that way all your vertical games will show vertically.