mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +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
|
||||
{
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user