summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomim4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomim4.cpp')
-rw-r--r--src/mame/machine/naomim4.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/machine/naomim4.cpp b/src/mame/machine/naomim4.cpp
index bbf567b8b1b..5435db8a70c 100644
--- a/src/mame/machine/naomim4.cpp
+++ b/src/mame/machine/naomim4.cpp
@@ -41,9 +41,8 @@ static uint8_t cfidata[] = {
};
DEVICE_ADDRESS_MAP_START(submap, 16, naomi_m4_board)
- AM_RANGE(0x1a, 0x1b) AM_READ(m4_id_r)
-
AM_INHERIT_FROM(naomi_board::submap)
+ AM_RANGE(0x1a, 0x1b) AM_READ(m4_id_r)
ADDRESS_MAP_END
naomi_m4_board::naomi_m4_board(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)