Fix AX exp 4 (Ector should it be named new ucode request?)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3702 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-07-07 14:11:40 +00:00
parent 440c0c1d14
commit e17a097113
1 changed files with 2 additions and 1 deletions

View File

@ -143,6 +143,7 @@ u16 dsp_read_accelerator()
Address = (gdsp_ifx_regs[DSP_ACSAH] << 16) | gdsp_ifx_regs[DSP_ACSAL];
// Do we really need both?
DSPHost_InterruptRequest();
DSPCore_SetException(EXP_2);
DSPCore_SetException(EXP_ACCOV);