mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(nw) Zexall: removed unneeded writes to the console.
This commit is contained in:
parent
a0a9c32590
commit
b7186ae569
@ -78,7 +78,6 @@ READ8_MEMBER( zexall_state::zexall_output_ack_r )
|
||||
if (m_out_req != m_out_req_last)
|
||||
{
|
||||
m_terminal->write(space,0,m_out_data);
|
||||
fprintf(stderr,"%c",m_out_data);
|
||||
m_out_req_last = m_out_req;
|
||||
m_out_ack++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user