mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
DSPLLE: Setting breakpoints and stepping through code now works in the (still rather basic) DSP debugger. Decided not to share the breakpoints code between PPC and DSP because it can be done much more efficiently for the DSP case due to the very limited memory space.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3575 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -865,7 +865,7 @@ void 0233_Increase_32BitAddress_InMem(_MemAddr(AR0), _Bytes(AX0.L))
|
||||
void 0239_WaitUntilLastFrameGotSynced()
|
||||
{
|
||||
// 0239 8100 clr $ACC0
|
||||
// 23a 8900 clr $ACC1
|
||||
// 023a 8900 clr $ACC1
|
||||
// 023b 00df 0354 lr $AC1.M, @0x0354
|
||||
// 023d 00de 034e lr $AC0.M, @0x034e
|
||||
// 023f 8200 cmp
|
||||
|
Reference in New Issue
Block a user