debugger: add eu bios info

This commit is contained in:
Gregory Hainaut 2017-03-13 19:41:19 +01:00
parent 84222a9746
commit 4227a5bb59
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ const BiosDebugInformation* CurrentBiosInformation;
const BiosDebugInformation biosVersions[] = {
// USA v02.00(14/06/2004) Console
{ 0x00000200, 0xD778DB8D, 0x8001a640 },
// Europe v02.00(14/06/2004)
{ 0x00000200, 0X9C7B59D3, 0x8001a640 },
};
// --------------------------------------------------------------------------------------