summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephisto_modular_tm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephisto_modular_tm.cpp')
-rw-r--r--src/mame/drivers/mephisto_modular_tm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mephisto_modular_tm.cpp b/src/mame/drivers/mephisto_modular_tm.cpp
index d485d7cf5a7..fadca7622bb 100644
--- a/src/mame/drivers/mephisto_modular_tm.cpp
+++ b/src/mame/drivers/mephisto_modular_tm.cpp
@@ -147,8 +147,8 @@ void mmtm_state::mmtm_2m_map(address_map &map)
map(0xfc020004, 0xfc020007).portr("KEY1");
map(0xfc020008, 0xfc02000b).portr("KEY2");
map(0xfc020010, 0xfc020013).portr("KEY3");
- map(0xfc040000, 0xfc040000).w("display", FUNC(mephisto_display_module2_device::latch_w));
- map(0xfc060000, 0xfc060000).w("display", FUNC(mephisto_display_module2_device::io_w));
+ map(0xfc040000, 0xfc040000).w("display", FUNC(mephisto_display2_device::latch_w));
+ map(0xfc060000, 0xfc060000).w("display", FUNC(mephisto_display2_device::io_w));
map(0xfc080000, 0xfc080000).w("board", FUNC(mephisto_board_device::mux_w));
map(0xfc0a0000, 0xfc0a0000).w("board", FUNC(mephisto_board_device::led_w));
map(0xfc0c0000, 0xfc0c0000).r("board", FUNC(mephisto_board_device::input_r));