Update N64 Class.cpp

Experimental: 64DD IPL support
This commit is contained in:
Nekokabu 2015-06-08 22:19:45 +09:00
parent 5ff00eeaa8
commit b17c3b7c89
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;