summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lkage.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-01-15 00:45:53 +1100
committer Vas Crabb <vas@vastheman.com>2017-01-15 00:45:53 +1100
commit63e3b8c16c39774df51bd5cf380624256509fc3c (patch)
treee2e25182ee302b5c31a235550d87c97b9acfae9e /src/mame/drivers/lkage.cpp
parent6413971c76f4460026f89df24593e5be1ec850a6 (diff)
Taito 68705 interface improvements:
* Moved stuff arkanoid/puzznic have in common with other games to new abstract base class * Got rid of the unnecessary hacks for bigevglf, it doesn't need anything special * Moved xsleena (xain.cpp) to the common interface class * This fixes regressions in tokio and daikaiju (nw) started instantiating common device finders with the devices to marginally improve build/link time
Diffstat (limited to 'src/mame/drivers/lkage.cpp')
-rw-r--r--src/mame/drivers/lkage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lkage.cpp b/src/mame/drivers/lkage.cpp
index 1b23436221e..02086b95297 100644
--- a/src/mame/drivers/lkage.cpp
+++ b/src/mame/drivers/lkage.cpp
@@ -156,7 +156,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( lkage_map_mcu, AS_PROGRAM, 8, lkage_state )
AM_IMPORT_FROM(lkage_map)
- AM_RANGE(0xf062, 0xf062) AM_DEVREADWRITE("bmcu", taito68705_mcu_device, mcu_r, mcu_w)
+ AM_RANGE(0xf062, 0xf062) AM_DEVREADWRITE("bmcu", taito68705_mcu_device, data_r, data_w)
AM_RANGE(0xf087, 0xf087) AM_DEVREAD("bmcu", taito68705_mcu_device, mcu_status_r)
ADDRESS_MAP_END