Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Franco on April 23, 2005, 07:31:02 am

Title: Changing mame default resolution
Post by: Franco on April 23, 2005, 07:31:02 am
Thanks to youki i created a batch file to start Cadillacs and dinosaurs as soon as windows opens:

[code]cd \
e:
cd WinMame
Mamepp dino
Title: Re: Changing mame default resolution
Post by: ahmer on April 24, 2005, 07:26:04 am
You can set a Particular reslolution in Mame.ini file.

resolution        1024x768x32

you can also skip warnings if you ever look at mame.ini. ;)
Title: Re: Changing mame default resolution
Post by: youki on April 25, 2005, 02:54:23 am
or if you want apply this resolution for all games, you can with AtomicFe do like that:

Open AtomicManager to load your config.

On the "Folder" tab , in the Default Emulator field, you shoud have something like that :
C:\winmame\mamepp.exe

just type in the field behind the emulator :   -resolution 1024x768  (or -r 1024x768) to have something like :

C:\winmame\mamepp.exe -resolution 1024x768

Save and quit.

Now Atomic should run all your game in this resolution.