tremble upon the NDMA implementation

that doesn't do much beyond getting stuck
This commit is contained in:
Arisotura
2019-06-18 22:54:07 +02:00
parent 841122bc51
commit d6bbc6f0f1
7 changed files with 556 additions and 9 deletions

View File

@ -38,6 +38,10 @@ void Reset();
bool LoadBIOS();
bool LoadNAND();
void RunNDMAs(u32 cpu);
void StallNDMAs();
bool NDMAsRunning(u32 cpu);
void MapNWRAM_A(u32 num, u8 val);
void MapNWRAM_B(u32 num, u8 val);
void MapNWRAM_C(u32 num, u8 val);