summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/royalmah.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/royalmah.cpp')
-rw-r--r--src/mame/drivers/royalmah.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/royalmah.cpp b/src/mame/drivers/royalmah.cpp
index abd99d8190b..c4ae4be0222 100644
--- a/src/mame/drivers/royalmah.cpp
+++ b/src/mame/drivers/royalmah.cpp
@@ -5519,7 +5519,7 @@ void royalmah_state::init_mjsenka()
rom[i] = bitswap<8>(rom[i], 0, 6, 5, 4, 3, 1, 2, 7);
}
- m_mainopbank->configure_entries(0, 8, m_decrypted_opcodes + 0x8000, 0x400);
+ m_mainopbank->configure_entries(0, 8, &m_decrypted_opcodes[0x8000], 0x400);
init_chalgirl();
}