mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
forgot to remove printf (nw)
This commit is contained in:
parent
5fd8de85ed
commit
e8f7666c28
@ -930,7 +930,6 @@ WRITE_LINE_MEMBER( ksys573_state::h8_clk_w )
|
|||||||
{
|
{
|
||||||
m_h8_index++;
|
m_h8_index++;
|
||||||
}
|
}
|
||||||
printf( "%d\n", m_h8_index );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_h8_clk = state;
|
m_h8_clk = state;
|
||||||
|
Loading…
Reference in New Issue
Block a user