summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dbox.cpp')
-rw-r--r--src/mame/drivers/dbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dbox.cpp b/src/mame/drivers/dbox.cpp
index 98b6c22edf5..0959fe35e6e 100644
--- a/src/mame/drivers/dbox.cpp
+++ b/src/mame/drivers/dbox.cpp
@@ -623,7 +623,7 @@ MACHINE_CONFIG_START(dbox_state::dbox)
MCFG_RS232_RXD_HANDLER (WRITELINE ("maincpu:serial", mc68340_serial_module_device, rx_b_w))
/* Add the boot flash */
- MCFG_AMD_29F800B_16BIT_ADD("flash")
+ AMD_29F800B_16BIT(config, "flash");
/* LED Matrix Display */
MCFG_SDA5708_ADD("display")