summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model1.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-10-15 07:19:47 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-10-15 07:19:47 +0000
commitc93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch)
treea5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/mame/drivers/model1.c
parenta4dd32afb6cbfaae0e452c90486060682ab1c31c (diff)
Cleanups and version bumpmame0155
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());
}