skeleton for 2D GPU

This commit is contained in:
StapleButter
2017-01-18 04:03:19 +01:00
parent bff3a92cc0
commit d30e6956fa
8 changed files with 1065 additions and 828 deletions

View File

@ -86,6 +86,8 @@ void DMA::WriteCnt(u32 val)
if ((StartMode & 0x7) == 0)
Start();
else
printf("SPECIAL ARM%d DMA%d START MODE %02X\n", CPU?7:9, Num, StartMode);
}
}