summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bingor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bingor.cpp')
-rw-r--r--src/mame/drivers/bingor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bingor.cpp b/src/mame/drivers/bingor.cpp
index 94cf6b99993..b56168f70df 100644
--- a/src/mame/drivers/bingor.cpp
+++ b/src/mame/drivers/bingor.cpp
@@ -787,7 +787,7 @@ MACHINE_CONFIG_START(bingor_state::vip2000)
MCFG_DEVICE_PERIODIC_INT_DRIVER(bingor_state, nmi_line_pulse, 30)
// Other interrupts generated by internal timers
- MCFG_ATMEL_49F4096_ADD("flash")
+ ATMEL_49F4096(config, "flash");
MCFG_DEVICE_ADD("slavecpu", I80C31, XTAL(11'059'200))
MCFG_DEVICE_PROGRAM_MAP(slave_map)