mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
-craft: Remove debug print, nw
This commit is contained in:
parent
9e6901f0e5
commit
779e5b546d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user