# Console Menu Configuration File # ------------------------------- # commands :- # # CMD - command name to invoke emulator with any global parameters # these parameters will be applied to all roms CMD PCE # PAF - Parameters After File # This will make menu place all parametes after the file name # instead of before. This is needed for early version of x2600 emu. # e.g. vcs gamefile.rom -r4 (instead of vcs -r4 gamefile ) #PAF # TPF - Temporary parameter file. If defined all options will be passed # in a temporary file called tempfile.tmp # E.g. the emulator will be started with colemdos @tempfile.tmp # can only be used with colemdos, fmsx-dos, and vgb-dos. #TPF # SUB - Support for sub-directories will be included. # directories will be shown as well as roms, select one to enter that directory # pressing ESC will come out of the current dir. # _NOT_ available if ZIP support is used. #SUB # BOY - Automatically scans rom dumps of a well known hand held console for a # rom title. # _NOT_ available if ZIP support is used. #BOY # DIR - directory containing rom images, should end in \ # default = current dir DIR roms\ # ROM - additional parameters required for specific games, # give rom name followed by additional parameters ROM FIREBIRD.ROM -msx2 ROM MAPPY.ROM -iperiod 10000 ROM EGGER.ROM -iperiod 10000 ROM MGEAR.ROM -msx2 -rom 0 -diska DATA.DSK ROM MGEAR2.ROM -msx2 -rom 2 -ram 512 -vram 128 -diska DATA.DSK ROM BUBBLE.ROM -msx2 -rom 4 -ram 16 -vram 8 ROM VALLEY21.ROM -msx2 -rom 2 -ram 512 -vram 128 -carta=VALLEY21.ROM -cartb=VALLEY22.ROM ROM VALLEY22.ROM -msx2 -rom 2 -ram 512 -vram 128 -carta=VALLEY21.ROM -cartb=VALLEY22.ROM ROM SLAYER41.ROM -msx2 -rom 4 SLAYER41.ROM SLAYER42.ROM ROM MYSTERY.ROM -msx2 ROM SAMURAI.ROM -msx2 ROM VKILLER.ROM -msx2 ROM USAS.ROM -msx2 -ram 64 -vram 64 # ZIP - Name of zip file containing rom images, un-comment if you want # to use a .zip to store all your roms. #ZIP roms.zip # TMP - temporary directory used for unpacking ziped roms # TMP c:\temp\ # EXT - file extension used by console emulator (default = ROM) # EXT pce # 50L - use VGA 50 line screen mode, else standard 25 line will be used # 25L # DSC - Optional full rom image title, eg. "DSC dkong.rom Donkey Kong" #