fix some bug with the triggerDma loop unrolling

This commit is contained in:
nitsuja 2009-11-29 18:03:34 +00:00
parent 73fa6826f9
commit 78d9f41bee
1 changed files with 2 additions and 2 deletions

View File

@ -2022,9 +2022,9 @@ void DmaController::doCopy()
void triggerDma(EDMAMode mode)
{
MACRODO2(2, {
MACRODO2(0, {
const int i=X;
MACRODO4(4, {
MACRODO4(0, {
const int j=X;
MMU_new.dma[i][j].tryTrigger(mode);
});