aboutsummaryrefslogtreecommitdiff
path: root/DMA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DMA.cpp')
-rw-r--r--DMA.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/DMA.cpp b/DMA.cpp
index 1b04c3a..0cb4757 100644
--- a/DMA.cpp
+++ b/DMA.cpp
@@ -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);
}
}