summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/hapyfish.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hapyfish.cpp')
-rw-r--r--src/mame/drivers/hapyfish.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hapyfish.cpp b/src/mame/drivers/hapyfish.cpp
index 4823b5349b0..8c11c15bfd0 100644
--- a/src/mame/drivers/hapyfish.cpp
+++ b/src/mame/drivers/hapyfish.cpp
@@ -59,8 +59,8 @@ void hapyfish_state::video_start()
MACHINE_CONFIG_START(hapyfish_state::hapyfish)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", ARM9, 20000000) // ?? ARM baesd CPU
- MCFG_CPU_PROGRAM_MAP(hapyfish_map)
+ MCFG_DEVICE_ADD("maincpu", ARM9, 20000000) // ?? ARM baesd CPU
+ MCFG_DEVICE_PROGRAM_MAP(hapyfish_map)
MCFG_DEVICE_DISABLE()
/* video hardware */