summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fgoal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fgoal.cpp')
-rw-r--r--src/mame/drivers/fgoal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/fgoal.cpp b/src/mame/drivers/fgoal.cpp
index 3d21c7f0697..52611c64a88 100644
--- a/src/mame/drivers/fgoal.cpp
+++ b/src/mame/drivers/fgoal.cpp
@@ -368,8 +368,8 @@ void fgoal_state::machine_reset()
MACHINE_CONFIG_START(fgoal_state::fgoal)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6800, 10065000 / 10) /* ? */
- MCFG_CPU_PROGRAM_MAP(cpu_map)
+ MCFG_DEVICE_ADD("maincpu", M6800, 10065000 / 10) /* ? */
+ MCFG_DEVICE_PROGRAM_MAP(cpu_map)
/* add shifter */