mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
Commented printf spam (nw)
This commit is contained in:
parent
e6a3a69c22
commit
6f17fefd82
@ -246,7 +246,7 @@ READ8_MEMBER( aakart_device::read )
|
||||
WRITE8_MEMBER( aakart_device::write )
|
||||
{
|
||||
if(m_new_command)
|
||||
printf("skip cmd %02x\n",data);
|
||||
// printf("skip cmd %02x\n",data);
|
||||
|
||||
m_tx_latch = data;
|
||||
m_new_command |= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user