comparison default.cfg @ 1931:374a5ae694e8 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 11:42:53 -0700
parents 508522f08e4d
children 16a795cababd
comparison
equal deleted inserted replaced
1843:13abdc98379e 1931:374a5ae694e8
20 p ui.screenshot 20 p ui.screenshot
21 b ui.plane_debug 21 b ui.plane_debug
22 v ui.vram_debug 22 v ui.vram_debug
23 c ui.cram_debug 23 c ui.cram_debug
24 n ui.compositing_debug 24 n ui.compositing_debug
25 m ui.vgm_log
25 esc ui.exit 26 esc ui.exit
26 ` ui.save_state 27 ` ui.save_state
27 0 ui.set_speed.0 28 0 ui.set_speed.0
28 1 ui.set_speed.1 29 1 ui.set_speed.1
29 2 ui.set_speed.2 30 2 ui.set_speed.2
362 remember_path on 363 remember_path on
363 #path for storing internal screenshots, accepts the same variables as initial_path 364 #path for storing internal screenshots, accepts the same variables as initial_path
364 screenshot_path $HOME 365 screenshot_path $HOME
365 #see strftime for the format specifiers valid in screenshot_template 366 #see strftime for the format specifiers valid in screenshot_template
366 screenshot_template blastem_%Y%m%d_%H%M%S.png 367 screenshot_template blastem_%Y%m%d_%H%M%S.png
368 #path for storing VGM recordings, accepts the same variables as initial_path
369 vgm_path $HOME
370 #see strftime for the format specifiers valid in vgm_template
371 vgm_template blastem_%Y%m%d_%H%M%S.vgm
367 #path template for saving SRAM, EEPROM and savestates 372 #path template for saving SRAM, EEPROM and savestates
368 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME 373 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
369 save_path $USERDATA/blastem/$ROMNAME 374 save_path $USERDATA/blastem/$ROMNAME
370 #space delimited list of file extensions to filter against in menu 375 #space delimited list of file extensions to filter against in menu
371 extensions bin gen md smd sms gg zip gz 376 extensions bin gen md smd sms gg zip gz
383 default_region U 388 default_region U
384 #controls whether MegaWiFi support is enabled or not 389 #controls whether MegaWiFi support is enabled or not
385 #MegaWiFi allows ROMs to make connections to the internet 390 #MegaWiFi allows ROMs to make connections to the internet
386 #so it should only be enabled for ROMs you trust 391 #so it should only be enabled for ROMs you trust
387 megawifi off 392 megawifi off
388 } 393 #Model of the emulated Gen/MD system, see systems.cfg for a list of options
389 394 model md1va3
390 395 }
396
397