summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/shtzone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shtzone.cpp')
-rw-r--r--src/mame/drivers/shtzone.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/shtzone.cpp b/src/mame/drivers/shtzone.cpp
index c798fdf6e8e..97df211a941 100644
--- a/src/mame/drivers/shtzone.cpp
+++ b/src/mame/drivers/shtzone.cpp
@@ -99,8 +99,8 @@ uint32_t shtzone_state::screen_update_shtzone(screen_device &screen, bitmap_ind1
MACHINE_CONFIG_START(shtzone_state::shtzone)
/* basic machine hardware */
- MCFG_CPU_ADD("timercpu", Z80,10738000/4)
- MCFG_CPU_PROGRAM_MAP(shtzone_map)
+ MCFG_DEVICE_ADD("timercpu", Z80,10738000/4)
+ MCFG_DEVICE_PROGRAM_MAP(shtzone_map)
/* + SMS CPU */