forgot to remove printf (nw)

This commit is contained in:
smf- 2013-11-22 13:13:17 +00:00
parent 5fd8de85ed
commit e8f7666c28

View File

@ -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;