summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/inteladv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/inteladv.cpp')
-rw-r--r--src/mame/drivers/inteladv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/inteladv.cpp b/src/mame/drivers/inteladv.cpp
index 98988c8bfe0..de0dd2d6f86 100644
--- a/src/mame/drivers/inteladv.cpp
+++ b/src/mame/drivers/inteladv.cpp
@@ -81,8 +81,8 @@ void inteladv_state::machine_reset()
MACHINE_CONFIG_START(inteladv_state::inteladv)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", R65C02, XTAL(1'000'000) )
- MCFG_CPU_PROGRAM_MAP(inteladv_main)
+ MCFG_DEVICE_ADD("maincpu", R65C02, XTAL(1'000'000) )
+ MCFG_DEVICE_PROGRAM_MAP(inteladv_main)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)