Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: smackifilia on July 12, 2007, 06:15:55 pm
-
Is there any way for me have mame bypass the warning and info screens as well as load up a save slot when it loads a rom? I.E. be like never unplugging the machine and saving the hi-scores?
Thanks
-smackifilia
-
Is there any way for me have mame bypass the warning and info screens
See the hi-score patch stickied at the top of this forum. It also removes many of the warning/info screens.
load up a save slot when it loads a rom
First, manually create a save state that you want to load automatically. Then create an ini file with the same name as the rom file and put it into the ini subfolder under mame. The ini file should have at least the following if you saved it in slot 1.
state 1
The game will then automatically load save state number 1 on game startup.
-
Thanks! My bad for missing that in the stickies
-
... load up a save slot when it loads a rom? I.E. be like never unplugging the machine and saving the hi-scores?
Enable autosave.
Quote from mame/docs/windows.txt:-[no]autosave
When enabled, automatically creates a save state file when exiting MAME
and automatically attempts to reload it when later starting MAME with
the same game. This only works for games that have explicitly enabled
save state support in their driver. The default is OFF (-noautosave).
Of course, this only works if mame supports savestate from that game.