summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mainevt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mainevt.cpp')
-rw-r--r--src/mame/drivers/mainevt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mainevt.cpp b/src/mame/drivers/mainevt.cpp
index e5d3b83e146..9f6ec0439d7 100644
--- a/src/mame/drivers/mainevt.cpp
+++ b/src/mame/drivers/mainevt.cpp
@@ -121,7 +121,7 @@ WRITE8_MEMBER(mainevt_state::mainevt_sh_bankswitch_w)
m_k007232->set_bank(bank_A, bank_B);
/* bits 4-5 select the UPD7759 bank */
- m_upd7759->set_bank_base(((data >> 4) & 0x03) * 0x20000);
+ m_upd7759->set_rom_bank((data >> 4) & 0x03);
}
WRITE8_MEMBER(mainevt_state::dv_sh_bankswitch_w)