summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/globalfr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/globalfr.cpp')
-rw-r--r--src/mame/drivers/globalfr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/globalfr.cpp b/src/mame/drivers/globalfr.cpp
index 543174d0e4b..3ee7ad6bf4d 100644
--- a/src/mame/drivers/globalfr.cpp
+++ b/src/mame/drivers/globalfr.cpp
@@ -68,8 +68,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(globalfr_state::globalfr)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M37702S1, 4000000)
- MCFG_CPU_PROGRAM_MAP(globalfr_map)
+ MCFG_DEVICE_ADD("maincpu", M37702S1, 4000000)
+ MCFG_DEVICE_PROGRAM_MAP(globalfr_map)
MCFG_S16LF01_ADD("vfd",0)
MCFG_DEFAULT_LAYOUT(layout_globalfr)
MACHINE_CONFIG_END