aboutsummaryrefslogtreecommitdiff
path: root/GPU2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GPU2D.cpp')
-rw-r--r--GPU2D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPU2D.cpp b/GPU2D.cpp
index f8162cc..8233c4a 100644
--- a/GPU2D.cpp
+++ b/GPU2D.cpp
@@ -113,7 +113,7 @@ void GPU2D::Write16(u32 addr, u16 val)
case 0x01E: BGYPos[3] = val; return;
}
- printf("unknown GPU write16 %08X %04X\n", addr, val);
+ //printf("unknown GPU write16 %08X %04X\n", addr, val);
}
void GPU2D::Write32(u32 addr, u32 val)