From c11997af03ab8d5560385d84a2b0c5b2d2d71dba Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Fri, 29 Jul 2016 13:59:44 -0400 Subject: [PATCH] comment a printf for performance reasons (nw) --- src/mame/drivers/konamigx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)