comparison default.cfg @ 2413:64cf80e683aa

Initial support for Colecovision emulation
author Michael Pavone <pavone@retrodev.com>
date Thu, 04 Jan 2024 22:56:35 -0800
parents af3075c1e421
children
comparison
equal deleted inserted replaced
2412:ed7b4d869989 2413:64cf80e683aa
399 vgm_template blastem_%Y%m%d_%H%M%S.vgm 399 vgm_template blastem_%Y%m%d_%H%M%S.vgm
400 #path template for saving SRAM, EEPROM and savestates 400 #path template for saving SRAM, EEPROM and savestates
401 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME 401 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
402 save_path $USERDATA/blastem/$ROMNAME 402 save_path $USERDATA/blastem/$ROMNAME
403 #space delimited list of file extensions to filter against in menu 403 #space delimited list of file extensions to filter against in menu
404 extensions bin gen md smd sms gg zip gz cue iso vgm vgz flac wav 404 extensions bin gen md smd sms gg zip gz cue iso vgm vgz flac wav col
405 #specifies the preferred save-state format, set to gst for Genecyst compatible states 405 #specifies the preferred save-state format, set to gst for Genecyst compatible states
406 state_format native 406 state_format native
407 #set to on to use the native file picker on your OS instead of the builtin one 407 #set to on to use the native file picker on your OS instead of the builtin one
408 use_native_filechooser off 408 use_native_filechooser off
409 } 409 }
435 } 435 }
436 } 436 }
437 } 437 }
438 438
439 #Don't manually edit `version`, it's used for automatic config migration 439 #Don't manually edit `version`, it's used for automatic config migration
440 version 8 440 version 9