From 9f274d93fbfcd403e69a9f6a0e0fd48d342806f2 Mon Sep 17 00:00:00 2001 From: goyuken Date: Mon, 15 Sep 2014 21:29:23 +0000 Subject: [PATCH] fix lynx firmware entry --- BizHawk.Emulation.Common/Database/FirmwareDatabase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs b/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs index c4720fac07..142129f8ee 100644 --- a/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs +++ b/BizHawk.Emulation.Common/Database/FirmwareDatabase.cs @@ -39,7 +39,7 @@ namespace BizHawk.Emulation.Common Option("GBA", "Bios", GBA_JDebug); } - FirmwareAndOption("e4ed47fae31693e016b081c6bda48da5b70d7ccb", "LYNX", "Boot", "lynxboot.img", "Boot Rom"); + FirmwareAndOption("E4ED47FAE31693E016B081C6BDA48DA5B70D7CCB", "LYNX", "Boot", "lynxboot.img", "Boot Rom"); //FirmwareAndOption("24F67BDEA115A2C847C8813A262502EE1607B7DF", "NDS", "Bios_Arm7", "biosnds7.rom", "ARM7 Bios");