summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcw16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcw16.cpp')
-rw-r--r--src/mame/drivers/pcw16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pcw16.cpp b/src/mame/drivers/pcw16.cpp
index b2d963db4e0..822c9dfb5e6 100644
--- a/src/mame/drivers/pcw16.cpp
+++ b/src/mame/drivers/pcw16.cpp
@@ -1073,8 +1073,8 @@ MACHINE_CONFIG_START(pcw16_state::pcw16)
/* internal ram */
RAM(config, RAM_TAG).set_default_size("2M");
- MCFG_INTEL_E28F008SA_ADD("flash0")
- MCFG_INTEL_E28F008SA_ADD("flash1")
+ INTEL_E28F008SA(config, "flash0");
+ INTEL_E28F008SA(config, "flash1");
MCFG_AT_KEYB_ADD("at_keyboard", 3, WRITELINE(*this, pcw16_state, pcw16_keyboard_callback))