summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/armedf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/armedf.cpp')
-rw-r--r--src/mame/drivers/armedf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/armedf.cpp b/src/mame/drivers/armedf.cpp
index 3eb8fa870b4..3c72af762e7 100644
--- a/src/mame/drivers/armedf.cpp
+++ b/src/mame/drivers/armedf.cpp
@@ -527,6 +527,7 @@ READ16_MEMBER(bigfghtr_state::latch_r)
WRITE16_MEMBER(bigfghtr_state::sharedram_w)
{
+ data &= mem_mask;
COMBINE_DATA(&m_sharedram[offset]);
switch(offset)