Option Category | # # CORE STATE/PLAYBACK OPTIONS # |
Description | This option determines the name format used to create save state files when running systems. There are three possible wildcards you can use to name the file and you can use a back slash (/) as a separator to create sub folders. The wildcards are...
|
Full Command | -statename <custom> |
Alt. Command | none |
Reverse Command | none |
Example | MAME pacman -statename %g (Creates a file called /sta/pacman.sta)MAME pacman -statename %g/%i (Creates the file /sta/pacman/0000.sta)MAME snes -cart smb -statename %d_cart/%g%i (Creates the file /sta/snes/smb0000.sta)
|
mame.ini Command | statename |
Command Default | %g |
Argument Format | <custom> |