summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aristmk5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aristmk5.cpp')
-rw-r--r--src/mame/drivers/aristmk5.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/aristmk5.cpp b/src/mame/drivers/aristmk5.cpp
index 3437c774ce1..4ad362d3474 100644
--- a/src/mame/drivers/aristmk5.cpp
+++ b/src/mame/drivers/aristmk5.cpp
@@ -2054,8 +2054,8 @@ MACHINE_CONFIG_START(aristmk5_state::aristmk5)
MCFG_PALETTE_ADD("palette", 0x200)
- MCFG_EEPROM_SERIAL_93C56_ADD("eeprom0")
- MCFG_EEPROM_SERIAL_93C56_ADD("eeprom1")
+ MCFG_DEVICE_ADD("eeprom0", EEPROM_SERIAL_93C56_16BIT)
+ MCFG_DEVICE_ADD("eeprom1", EEPROM_SERIAL_93C56_16BIT)
MCFG_NVRAM_ADD_NO_FILL("nvram")