comment a printf for performance reasons (nw)

This commit is contained in:
Scott Stone 2016-07-29 13:59:44 -04:00
parent d5d6a6e308
commit c11997af03

View File

@ -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)