summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2016-07-29 13:59:44 -0400
committer Scott Stone <tafoid@gmail.com>2016-07-29 13:59:44 -0400
commitc11997af03ab8d5560385d84a2b0c5b2d2d71dba (patch)
treef84f93ee9d8fd8eee97757742c9449a643d0826d
parentd5d6a6e308590c41d2c0f196d735cbd324eb8333 (diff)
comment a printf for performance reasons (nw)
-rw-r--r--src/mame/drivers/konamigx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/konamigx.cpp b/src/mame/drivers/konamigx.cpp
index f877f6a99c5..29ba3d5cc69 100644
--- a/src/mame/drivers/konamigx.cpp
+++ b/src/mame/drivers/konamigx.cpp
@@ -961,7 +961,7 @@ WRITE32_MEMBER(konamigx_state::type4_prot_w)
}
else
{
- printf("GXT4: unknown protection command %x (PC=%x)\n", m_last_prot_op, space.device().safe_pc());
+ //printf("GXT4: unknown protection command %x (PC=%x)\n", m_last_prot_op, space.device().safe_pc());
}
if (m_gx_wrport1_1 & 0x10)