Updated 64DD Conversion CIC checksum for bugfix

This commit is contained in:
LuigiBlood 2015-05-23 00:28:58 +02:00 committed by luigiblood
parent f329b2d8f1
commit ddd5b3e795
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ void CN64Rom::CalculateCicChip()
case 0x000000D6497E414B: m_CicChip = CIC_NUS_6103; break;
case 0x0000011A49F60E96: m_CicChip = CIC_NUS_6105; break;
case 0x000000D6D5BE5580: m_CicChip = CIC_NUS_6106; break;
case 0x000001053B8A9870: m_CicChip = CIC_NUS_8303; break; //64DD CIC
case 0x000001053BC19870: m_CicChip = CIC_NUS_8303; break; //64DD CONVERSION CIC
default:
if (bHaveDebugger())
g_Notify->DisplayError(L"Unknown CIC checksum:\n%I64d.", CRC);