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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomim4.cpp b/src/mame/machine/naomim4.cpp
index dedb44ea195..f9baab8de51 100644
--- a/src/mame/machine/naomim4.cpp
+++ b/src/mame/machine/naomim4.cpp
@@ -43,7 +43,7 @@ static uint8_t cfidata[] = {
void naomi_m4_board::submap(address_map &map)
{
naomi_board::submap(map);
- map(0x1a, 0x1b).r(this, FUNC(naomi_m4_board::m4_id_r)); // Read: bits 8-15 - 0x55, bit 7 - 1 if IC7 EPR rom enabled; Write: bit 0 - master/slave board selection.
+ map(0x1a, 0x1b).r(FUNC(naomi_m4_board::m4_id_r)); // Read: bits 8-15 - 0x55, bit 7 - 1 if IC7 EPR rom enabled; Write: bit 0 - master/slave board selection.
}
naomi_m4_board::naomi_m4_board(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)