summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sshot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sshot.cpp')
-rw-r--r--src/mame/drivers/sshot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sshot.cpp b/src/mame/drivers/sshot.cpp
index 2836f7cd0ae..13ee0e2a813 100644
--- a/src/mame/drivers/sshot.cpp
+++ b/src/mame/drivers/sshot.cpp
@@ -343,8 +343,8 @@ GFXDECODE_END
MACHINE_CONFIG_START(supershot_state::supershot)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", SCMP, XTAL(11'289'000)/4)
- MCFG_CPU_PROGRAM_MAP(supershot_map)
+ MCFG_DEVICE_ADD("maincpu", SCMP, XTAL(11'289'000)/4)
+ MCFG_DEVICE_PROGRAM_MAP(supershot_map)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)