summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model1.c')
-rw-r--r--src/mame/drivers/model1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/model1.c b/src/mame/drivers/model1.c
index c12e2077413..1c98a8871e9 100644
--- a/src/mame/drivers/model1.c
+++ b/src/mame/drivers/model1.c
@@ -783,7 +783,7 @@ WRITE16_MEMBER(model1_state::md1_w)
COMBINE_DATA(m_display_list1+offset);
// never executed
//if(0 && offset)
- // return;
+ // return;
if(1 && m_dump)
logerror("TGP: md1_w %x, %04x @ %04x (%x)\n", offset, data, mem_mask, space.device().safe_pc());
}
@@ -793,7 +793,7 @@ WRITE16_MEMBER(model1_state::md0_w)
COMBINE_DATA(m_display_list0+offset);
// never executed
//if(0 && offset)
- // return;
+ // return;
if(1 && m_dump)
logerror("TGP: md0_w %x, %04x @ %04x (%x)\n", offset, data, mem_mask, space.device().safe_pc());
}