summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neoprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neoprint.c')
-rw-r--r--src/mame/drivers/neoprint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/neoprint.c b/src/mame/drivers/neoprint.c
index a06772fc3ec..e07d08e4b5f 100644
--- a/src/mame/drivers/neoprint.c
+++ b/src/mame/drivers/neoprint.c
@@ -148,7 +148,6 @@ WRITE16_MEMBER(neoprint_state::neoprint_calendar_w)
READ8_MEMBER(neoprint_state::neoprint_unk_r)
{
-
/* ---x ---- tested in irq routine, odd/even field number? */
/* ---- xx-- one of these two must be high */
/* ---- --xx checked right before entering into attract mode, presumably printer/camera related */
@@ -210,8 +209,6 @@ READ8_MEMBER(neoprint_state::audio_command_r)
WRITE8_MEMBER(neoprint_state::audio_result_w)
{
-
-
//if (LOG_CPU_COMM && (m_audio_result != data)) logerror(" AUD CPU PC %04x: audio_result_w %02x\n", space.device().safe_pc(), data);
m_audio_result = data;