summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gijoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gijoe.cpp')
-rw-r--r--src/mame/drivers/gijoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gijoe.cpp b/src/mame/drivers/gijoe.cpp
index abefb68e384..8438d5c839b 100644
--- a/src/mame/drivers/gijoe.cpp
+++ b/src/mame/drivers/gijoe.cpp
@@ -301,7 +301,7 @@ MACHINE_CONFIG_START(gijoe_state::gijoe)
MCFG_DEVICE_ADD("audiocpu", Z80, XTAL(32'000'000)/4) /* Amuse & confirmed. Z80E at 8MHz */
MCFG_DEVICE_PROGRAM_MAP(sound_map)
- MCFG_DEVICE_ADD("eeprom", EEPROM_SERIAL_ER5911_8BIT)
+ EEPROM_ER5911_8BIT(config, "eeprom");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)