mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Don't really need this printf (nw)
This commit is contained in:
parent
e4a4c8ccb7
commit
84eff8534e
@ -250,7 +250,7 @@ void mb86235_device::fifoin_w(uint64_t data)
|
||||
fatalerror("fifoin_w: pushing to full fifo");
|
||||
}
|
||||
|
||||
printf("FIFOIN push %08X%08X\n", (uint32_t)(data >> 32), (uint32_t)(data));
|
||||
//printf("FIFOIN push %08X%08X\n", (uint32_t)(data >> 32), (uint32_t)(data));
|
||||
|
||||
m_core->fifoin.data[m_core->fifoin.wpos] = data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user