From fb985579c71e917ca2a28d9ee1307d2f3e8faa6a Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 21 Jun 2014 00:33:35 +0000 Subject: [PATCH] add PSX firmwares to firmwares DB --- BizHawk.Emulation.Common/Database/FirmwareDatabase.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs b/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs index 396f73a271..7a811439c4 100644 --- a/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs +++ b/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs @@ -112,6 +112,12 @@ namespace BizHawk.Emulation.Common Option("SMS", "Export", sms_us_1b); Option("SMS", "Export", sms_m404); Option("SMS", "Japan", sms_jp_21); + + //PSX + //http://forum.fobby.net/index.php?t=msg&goto=2763& + FirmwareAndOption("0555C6FAE8906F3F09BAF5988F00E55F88E9F30B", "PSX", "U", "scph5501.bin", "BIOS (U)"); + FirmwareAndOption("B05DEF971D8EC59F346F2D9AC21FB742E3EB6917", "PSX", "J", "scph5500.bin", "BIOS (J)"); + FirmwareAndOption("F8DE9325FC36FCFA4B29124D291C9251094F2E54", "PSX", "E", "scph5502.bin", "BIOS (E)"); } //adds a defined firmware ID to the database