summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mastboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mastboy.cpp')
-rw-r--r--src/mame/drivers/mastboy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mastboy.cpp b/src/mame/drivers/mastboy.cpp
index 17bc8e9f872..816492a6d9f 100644
--- a/src/mame/drivers/mastboy.cpp
+++ b/src/mame/drivers/mastboy.cpp
@@ -813,7 +813,7 @@ MACHINE_CONFIG_START(mastboy_state::mastboy)
MCFG_DEVICE_PROGRAM_MAP(mastboy_map)
MCFG_DEVICE_IO_MAP(mastboy_io_map)
- MCFG_EEPROM_2816_ADD("earom")
+ EEPROM_2816(config, "earom");
LS259(config, m_outlatch); // IC17
m_outlatch->q_out_cb<0>().set(FUNC(mastboy_state::irq0_ack_w));