summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2014-05-14 03:27:40 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2014-05-14 03:27:40 +0000
commit7a055120a8c1b650485b16f22fbe80cc8ec97e33 (patch)
tree952bda12609b16d02e109e2f18a4dbde9af90991 /src/mame
parent6a3881affd9fe5ca8053142f2df4074907e67054 (diff)
fix GCC 4.8 compile (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/taitopjc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitopjc.c b/src/mame/drivers/taitopjc.c
index e44de4798b6..169614ed213 100644
--- a/src/mame/drivers/taitopjc.c
+++ b/src/mame/drivers/taitopjc.c
@@ -269,7 +269,7 @@ WRITE64_MEMBER(taitopjc_state::ppc_common_w)
{
UINT32 address = offset * 2;
- logerror("ppc_common_w: %08X, %I64X, %I64X\n", offset, data, mem_mask);
+// logerror("ppc_common_w: %08X, %I64X, %I64X\n", offset, data, mem_mask);
if (ACCESSING_BITS_48_63)
{