Build Your Own Arcade Controls Forum

Front End Support => MaLa Frontend => Topic started by: lettuce on December 31, 2013, 06:47:41 pm

Title: How to add this dos command to Mala?
Post by: lettuce on December 31, 2013, 06:47:41 pm
For whatever reason i need to add the command '-prescale 3' to the end of my command prompt mame ie, 'mame outrun -prescale 3'. In mala how to i add this '-prescale' each time a rom is loaded within mala??
Title: Re: How to add this dos command to Mala?
Post by: bmanbdaman on January 01, 2014, 09:37:54 pm
Have you tried: MAME Config - Basics - Command Line -> %rom% -prescale 3
Title: Re: How to add this dos command to Mala?
Post by: lettuce on January 02, 2014, 09:37:21 am
Yeah I tried that but didn't work. I do have, '%Rom% %Path%', and I placed the -prescale 3 to the end. Should I have added prescale in between Rom and path?
Title: Re: How to add this dos command to Mala?
Post by: BadMouth on January 02, 2014, 10:26:21 am
Why not just set prescale to 3 in mame.ini?
Title: Re: How to add this dos command to Mala?
Post by: lettuce on January 02, 2014, 01:05:35 pm
That doesnt appear to sort the problem im having with GroovyMame, only seems to work if you add it in the command prompt
Title: Re: How to add this dos command to Mala?
Post by: BadMouth on January 02, 2014, 02:36:29 pm
Check to see if an individual game ini in the INI folder is overriding mame.ini



%Path% shouldn't be necessary.

%Rom% -prescale 3

If that doesn't work, you might try putting "-prescale 3" in quotation marks.