mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
comment a printf for performance reasons (nw)
This commit is contained in:
parent
d5d6a6e308
commit
c11997af03
@ -961,7 +961,7 @@ WRITE32_MEMBER(konamigx_state::type4_prot_w)
|
|||||||
}
|
}
|
||||||
else
|
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)
|
if (m_gx_wrport1_1 & 0x10)
|
||||||
|
Loading…
Reference in New Issue
Block a user