implement some obscure DMA types

This commit is contained in:
StapleButter
2017-03-20 22:18:35 +01:00
parent a56bf5c76c
commit 2150240cbd
7 changed files with 76 additions and 14 deletions

View File

@ -40,6 +40,12 @@ public:
Start();
}
void StopIfNeeded(u32 mode)
{
if (mode == StartMode)
Cnt &= ~0x80000000;
}
u32 SrcAddr;
u32 DstAddr;
u32 Cnt;