Silence ~1MB/second printf spam (nw)

This commit is contained in:
Scott Stone 2014-05-07 00:30:36 +00:00
parent dd63231a1a
commit 6737043700

View File

@ -144,7 +144,7 @@ void aakart_device::device_timer(emu_timer &timer, device_timer_id id, int param
m_out_tx_cb(ASSERT_LINE);
break;
default:
printf("%02x %02x %02x\n",m_tx_latch,m_rx_latch,m_keyb_enable);
//printf("%02x %02x %02x\n",m_tx_latch,m_rx_latch,m_keyb_enable);
break;
}