summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zexall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zexall.cpp')
-rw-r--r--src/mame/drivers/zexall.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/zexall.cpp b/src/mame/drivers/zexall.cpp
index 8823cc55db8..798a33f7b2d 100644
--- a/src/mame/drivers/zexall.cpp
+++ b/src/mame/drivers/zexall.cpp
@@ -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++;
}