Correct firmware file names listed

Redream looks for bios files called "boot.bin" and "flash.bin", not "dc_boot.bin" or "dc_flash.bin"/
This commit is contained in:
Adam Londero 2017-09-18 22:23:51 +01:00 committed by GitHub
parent 7469bd15ca
commit a8a143f24f
1 changed files with 5 additions and 5 deletions

View File

@ -11,10 +11,10 @@ permissions = ""
display_version = "Git"
supports_no_game = "false"
firmware_count = 2
firmware0_desc = "dc_boot.bin (Dreamcast BIOS)"
firmware0_path = "dc/dc_boot.bin"
firmware0_desc = "boot.bin (Dreamcast BIOS)"
firmware0_path = "dc/boot.bin"
firmware0_opt = "false"
firmware1_desc = "dc_flash.bin (Date/Time/Language)"
firmware1_path = "dc/dc_flash.bin"
firmware1_desc = "flash.bin (Date/Time/Language)"
firmware1_path = "dc/flash.bin"
firmware1_opt = "false"
notes = "(!) dc_boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) dc_flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4"
notes = "(!) boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4"