summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itgambl3.cpp')
-rw-r--r--src/mame/drivers/itgambl3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/itgambl3.cpp b/src/mame/drivers/itgambl3.cpp
index c219b478a72..b78657d178b 100644
--- a/src/mame/drivers/itgambl3.cpp
+++ b/src/mame/drivers/itgambl3.cpp
@@ -264,8 +264,8 @@ PALETTE_INIT_MEMBER(itgambl3_state, itgambl3)
MACHINE_CONFIG_START(itgambl3_state::itgambl3)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", H83044, MAIN_CLOCK) /* wrong CPU, but we have not a M16C core ATM */
- MCFG_CPU_PROGRAM_MAP(itgambl3_map)
+ MCFG_DEVICE_ADD("maincpu", H83044, MAIN_CLOCK) /* wrong CPU, but we have not a M16C core ATM */
+ MCFG_DEVICE_PROGRAM_MAP(itgambl3_map)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)