summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hotstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hotstuff.cpp')
-rw-r--r--src/mame/drivers/hotstuff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hotstuff.cpp b/src/mame/drivers/hotstuff.cpp
index f72ad405f58..aeb560221c5 100644
--- a/src/mame/drivers/hotstuff.cpp
+++ b/src/mame/drivers/hotstuff.cpp
@@ -100,8 +100,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(hotstuff_state::hotstuff)
- MCFG_CPU_ADD("maincpu", M68000, 16000000)
- MCFG_CPU_PROGRAM_MAP(hotstuff_map)
+ MCFG_DEVICE_ADD("maincpu", M68000, 16000000)
+ MCFG_DEVICE_PROGRAM_MAP(hotstuff_map)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)