mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
Silence ~1MB/second printf spam (nw)
This commit is contained in:
parent
dd63231a1a
commit
6737043700
@ -144,7 +144,7 @@ void aakart_device::device_timer(emu_timer &timer, device_timer_id id, int param
|
|||||||
m_out_tx_cb(ASSERT_LINE);
|
m_out_tx_cb(ASSERT_LINE);
|
||||||
break;
|
break;
|
||||||
default:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user