diff 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
line wrap: on
line diff
--- a/default.cfg	Thu Jan 04 22:14:29 2024 -0800
+++ b/default.cfg	Thu Jan 04 22:56:35 2024 -0800
@@ -401,7 +401,7 @@
 	#accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
 	save_path $USERDATA/blastem/$ROMNAME
 	#space delimited list of file extensions to filter against in menu
-	extensions bin gen md smd sms gg zip gz cue iso vgm vgz flac wav
+	extensions bin gen md smd sms gg zip gz cue iso vgm vgz flac wav col
 	#specifies the preferred save-state format, set to gst for Genecyst compatible states
 	state_format native
 	#set to on to use the native file picker on your OS instead of the builtin one
@@ -437,4 +437,4 @@
 }
 
 #Don't manually edit `version`, it's used for automatic config migration
-version 8
+version 9