mirror of https://github.com/PCSX2/pcsx2.git
debugger: add eu bios info
This commit is contained in:
parent
84222a9746
commit
4227a5bb59
|
@ -57,7 +57,8 @@ const BiosDebugInformation* CurrentBiosInformation;
|
||||||
const BiosDebugInformation biosVersions[] = {
|
const BiosDebugInformation biosVersions[] = {
|
||||||
// USA v02.00(14/06/2004) Console
|
// USA v02.00(14/06/2004) Console
|
||||||
{ 0x00000200, 0xD778DB8D, 0x8001a640 },
|
{ 0x00000200, 0xD778DB8D, 0x8001a640 },
|
||||||
|
// Europe v02.00(14/06/2004)
|
||||||
|
{ 0x00000200, 0X9C7B59D3, 0x8001a640 },
|
||||||
};
|
};
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue