conform BIOS filenames

Updated the European BIOS filenames to match https://github.com/r-type/libretro-o2em/blob/master/O2EM/Docs/O2EM.TXT#L113-L114

(Albeit I changed the filenames to lower-case for conformity with the capitalization of the US BIOS that was already there)
This commit is contained in:
markwkidd 2017-01-07 14:54:30 -05:00 committed by GitHub
parent 06704c11e1
commit e8310a1f50

View File

@ -14,13 +14,13 @@ firmware_count = 4
firmware0_desc = "o2rom.bin (Odyssey2 BIOS - G7000 model)"
firmware0_path = "o2rom.bin"
firmware0_opt = "false"
firmware1_desc = "bios_c52.bin (Videopac+ French BIOS - G7000 model)"
firmware1_path = "bios_c52.bin"
firmware1_desc = "c52.bin (Videopac+ French BIOS - G7000 model)"
firmware1_path = "c52.bin"
firmware1_opt = "false"
firmware2_desc = "bios_g7400.bin (Videopac+ European BIOS - G7400 model)"
firmware2_path = "bios_g7400.bin"
firmware2_desc = "g7400.bin (Videopac+ European BIOS - G7400 model)"
firmware2_path = "g7400.bin"
firmware2_opt = "false"
firmware3_desc = "bios_jopac.bin (Videopac+ French BIOS - G7400 model)"
firmware3_path = "bios_jopac.bin"
firmware3_desc = "jopac.bin (Videopac+ French BIOS - G7400 model)"
firmware3_path = "jopac.bin"
firmware3_opt = "false"
notes = "(!) o2rom.bin (md5): 562d5ebf9e030a40d6fabfc2f33139fd|(!) bios_c52.bin (md5): f1071cdb0b6b10dde94d3bc8a6146387|(!) bios_g7400.bin (md5): c500ff71236068e0dc0d0603d265ae76|(!)bios_jopac.bin (md5): 279008e4a0db2dc5f1c048853b033828"