Merge pull request #490 from Nekokabu/patch-10

Update N64 Class.cpp
This commit is contained in:
zilmar 2015-06-09 05:06:13 +10:00
commit 604574172c
1 changed files with 1 additions and 0 deletions

View File

@ -810,6 +810,7 @@ void CN64System::InitRegisters( bool bPostPif, CMipsMemory & MMU )
case CIC_NUS_6101:
m_Reg.m_GPR[22].DW=0x000000000000003F;
break;
case CIC_NUS_DDIPL: //64DD IPL
case CIC_NUS_8303: //64DD CIC
m_Reg.m_GPR[22].DW=0x00000000000000DD;
break;