-craft: Remove debug print, nw

This commit is contained in:
MooglyGuy 2020-03-01 11:12:19 +01:00
parent 9e6901f0e5
commit 779e5b546d

View File

@ -109,7 +109,6 @@ WRITE8_MEMBER(craft_state::port_w)
}
if (BIT(changed, 3))
{
printf("%d, %d\n", m_screen->hpos(), m_screen->vpos());
video_update();
m_latched_color = (pins & 0x08) ? (m_port_c & 0x3f) : 0x3f;
}