DSPLLE: Split the huge DSPInterpreter.cpp into separate files for the different categories of ops. Minor cleanups.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3134 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-05-02 16:15:52 +00:00
parent 732562325d
commit e89af68f4d
16 changed files with 1993 additions and 1910 deletions

View File

@ -129,9 +129,9 @@ void CUCode_Jac::ExecuteList()
}
break;
// ==============================================================================
// UpdateDSPChannel
// ==============================================================================
// ==============================================================================
// UpdateDSPChannel
// ==============================================================================
case 0x2000:
case 0x4000: // animal crossing
{
@ -153,7 +153,7 @@ void CUCode_Jac::ExecuteList()
break;
}
// sync, we are rdy
// sync, we are ready.
m_rMailHandler.PushMail(DSP_SYNC);
m_rMailHandler.PushMail(0xF3550000 | sync);
}