SPU: Hook up DMA reads/writes to RAM

This commit is contained in:
Connor McLaughlin
2019-09-24 23:55:57 +10:00
parent 575a3b36f5
commit 6aa36c2ead
2 changed files with 26 additions and 5 deletions

View File

@@ -82,6 +82,8 @@ private:
#endif
void UpdateDMARequest();
u16 RAMTransferRead();
void RAMTransferWrite(u16 value);
System* m_system = nullptr;
DMA* m_dma = nullptr;