snapname
Option Category #
# CORE STATE/PLAYBACK OPTIONS
#
Description This option determines the name format used to create snapshots of 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...
  1. %g = System Name
  2. %i = Snapshot Number In #### Format
  3. %d_ = Software Image Name Based On Format
The number generated by the %i option increases for each snapshot. If the %i isn't added then the image file is overwritten.
Full Command -snapname <wildcard>
Alt. Command none
Reverse Command none
Example MAME pacman -snapname %g (Creates a file called /snap/pacman.png)
MAME pacman -snapname %g/%i (Creates the file /snap/pacman/0000.png)
MAME snes -cart smb -snapname %d_cart/%g%i (Creates the file /snap/snes/smb0000.png)
mame.ini Command snapname
Command Default %g/%i
Argument Format <wildcard>