aboutsummaryrefslogtreecommitdiff
path: root/source/dma.cpp
diff options
context:
space:
mode:
authoraliaspider2014-10-29 05:28:04 +0100
committeraliaspider2014-10-29 05:28:04 +0100
commit1d98e1c317fa19687ae6bc3cb8e550ef7531bf02 (patch)
tree343103da8fe67905e99b16636e93421397fe692b /source/dma.cpp
parentf518934e3b664d0cf9535a391d6572300958d3bf (diff)
downloadsnes9x2005-1d98e1c317fa19687ae6bc3cb8e550ef7531bf02.tar.gz
snes9x2005-1d98e1c317fa19687ae6bc3cb8e550ef7531bf02.tar.bz2
snes9x2005-1d98e1c317fa19687ae6bc3cb8e550ef7531bf02.zip
cleanups (cont.)
Diffstat (limited to 'source/dma.cpp')
-rw-r--r--source/dma.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/dma.cpp b/source/dma.cpp
index 0ed7535..71f8e03 100644
--- a/source/dma.cpp
+++ b/source/dma.cpp
@@ -293,9 +293,6 @@ void S9xDoDMA (uint8 Channel)
{
uint32 i,j;
i=(s7r.reg4805|(s7r.reg4806<<8));
-#ifdef SPC7110_DEBUG
- printf("DMA Transfer of %04X bytes from %02X%02X%02X:%02X, offset of %04X, internal bank of %04X, multiplier %02X\n",d->TransferBytes,s7r.reg4803,s7r.reg4802,s7r.reg4801, s7r.reg4804,i, s7r.bank50Internal, s7r.AlignBy);
-#endif
i*=s7r.AlignBy;
i+=s7r.bank50Internal;
i%=DECOMP_BUFFER_SIZE;