summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cbasebal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cbasebal.cpp')
-rw-r--r--src/mame/drivers/cbasebal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cbasebal.cpp b/src/mame/drivers/cbasebal.cpp
index 57770eb3973..2a0cfa56650 100644
--- a/src/mame/drivers/cbasebal.cpp
+++ b/src/mame/drivers/cbasebal.cpp
@@ -270,7 +270,7 @@ MACHINE_CONFIG_START(cbasebal_state::cbasebal)
MCFG_DEVICE_OPCODES_MAP(decrypted_opcodes_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", cbasebal_state, irq0_line_hold) /* ??? */
- MCFG_DEVICE_ADD("eeprom", EEPROM_SERIAL_93C46_16BIT)
+ EEPROM_93C46_16BIT(config, "eeprom");
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)