DSPSpy: Added preliminary support for realtime multiple microcode processing

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3383 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-06-08 21:15:01 +00:00
parent e9a08dc281
commit 2122da5cd2
2 changed files with 21 additions and 12 deletions

View File

@ -339,8 +339,9 @@ int main()
dspbufC[0x00 + n] = dspreg_in[n];
DCFlushRange(dspbufC, 0x2000);
// Then send the code.
DCFlushRange((void *)dsp_code, 0x2000);
real_dsp.SendTask((void *)MEM_VIRTUAL_TO_PHYSICAL(dsp_code), 0, 4000, 0x10);
DCFlushRange((void *)dsp_code[0], 0x2000);
real_dsp.SendTask((void *)MEM_VIRTUAL_TO_PHYSICAL(dsp_code[0]),
0, 4000, 0x10);
}
else if (mail == 0x8888dead)
{