mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-12 18:28:30 +12:00
Initial DSP debugger work
This commit is contained in:
parent
f4e6a082bb
commit
415bf7b0a4
9 changed files with 309 additions and 5 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
#include "services/dsp.hpp"
|
||||
|
||||
#undef Assert
|
||||
#undef UNREACHABLE
|
||||
#include "teakra/impl/register.h"
|
||||
|
||||
using namespace Audio;
|
||||
|
||||
struct Dsp1 {
|
||||
|
@ -343,3 +347,5 @@ void TeakraDSP::unloadComponent() {
|
|||
teakra.RecvData(2);
|
||||
running = false;
|
||||
}
|
||||
|
||||
u32 TeakraDSP::getPC() { return teakra.GetRegisterState().pc; }
|
Loading…
Add table
Add a link
Reference in a new issue