#! <-- This must be on the first line if a splash screen is being used. #Lines beginning with '#' are comments (ignored). #For each NES ROM, enter its title on a new line, and any extra options. # # Format: # # Title|xxx|yyy|zzz # # Title: Text you want displayed on the main menu # # xxx: Miscellaneous options (add together to combine different options) # # 1: Enable speed hack #1 (speeds up some games) # 2: Disable speed hack #2 (a few games need this to work) # 16: Screen follows sprite # 32: Screen follows value at memory address # # yyy: Only used with options 16 or 32 above # # zzz: For games that use battery backed RAM for saving, # enter the number (1-8) of the SRAM slot you want to use. # DO NOT USE THIS if you're also going to use save states, # because they share the same memory space. #Some examples: #Many games work fine as-is Excitebike Metroid Super Mario Bros #Speed hack nonsense Gradius|1 R.C. Pro-AM|1 Rad Racer|2 #Autoscrolling (only for unscaled mode) Megaman|32|1536 Zelda|16|18 #Unused fields should be set to 0. Final Fantasy|0|0|8