summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zn.cpp')
-rw-r--r--src/mame/drivers/zn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zn.cpp b/src/mame/drivers/zn.cpp
index 6654bbe166d..0c01d7e42be 100644
--- a/src/mame/drivers/zn.cpp
+++ b/src/mame/drivers/zn.cpp
@@ -585,7 +585,7 @@ READ16_MEMBER(zn_state::capcom_kickharness_r)
WRITE8_MEMBER(zn_state::bank_coh1000c_w)
{
- m_rombank[0]->set_entry( data );
+ m_rombank[0]->set_entry( data & 0x0f);
}
WRITE8_MEMBER(zn_state::qsound_bankswitch_w)