summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/rom.cpp')
-rw-r--r--src/devices/bus/sega8/rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/rom.cpp b/src/devices/bus/sega8/rom.cpp
index e3fa290489c..dbd91192d00 100644
--- a/src/devices/bus/sega8/rom.cpp
+++ b/src/devices/bus/sega8/rom.cpp
@@ -714,7 +714,7 @@ WRITE8_MEMBER(sega8_eeprom_device::write_mapper)
}
}
-MACHINE_CONFIG_MEMBER( sega8_eeprom_device::device_add_mconfig )
+MACHINE_CONFIG_START(sega8_eeprom_device::device_add_mconfig)
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
MACHINE_CONFIG_END