summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/taitotx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotx.cpp')
-rw-r--r--src/mame/drivers/taitotx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taitotx.cpp b/src/mame/drivers/taitotx.cpp
index 3ddfb66b0dc..f21a1dbeff7 100644
--- a/src/mame/drivers/taitotx.cpp
+++ b/src/mame/drivers/taitotx.cpp
@@ -172,8 +172,8 @@ void taito_type_x_state::machine_reset()
MACHINE_CONFIG_START(taito_type_x_state::taito_type_x)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", PENTIUM3, 733333333) /* Wrong, much newer processors, much faster. */
- MCFG_CPU_PROGRAM_MAP(taito_type_x_map)
+ MCFG_DEVICE_ADD("maincpu", PENTIUM3, 733333333) /* Wrong, much newer processors, much faster. */
+ MCFG_DEVICE_PROGRAM_MAP(taito_type_x_map)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)