summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddenlovr.c')
-rw-r--r--src/mame/drivers/ddenlovr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ddenlovr.c b/src/mame/drivers/ddenlovr.c
index 873e4448c67..d7de79882ac 100644
--- a/src/mame/drivers/ddenlovr.c
+++ b/src/mame/drivers/ddenlovr.c
@@ -1965,7 +1965,7 @@ READ16_MEMBER(dynax_state::ultrchmp_protection2_r)
}
WRITE16_MEMBER(dynax_state::ultrchmp_protection2_w)
{
-// COMBINE_DATA(m_protection2);
+// COMBINE_DATA(m_protection2);
m_oki->set_bank_base((data & 0xf) * 0x40000);
}