summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/beathead.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/beathead.cpp')
-rw-r--r--src/mame/drivers/beathead.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/beathead.cpp b/src/mame/drivers/beathead.cpp
index 473a3259ecb..c9002de41a2 100644
--- a/src/mame/drivers/beathead.cpp
+++ b/src/mame/drivers/beathead.cpp
@@ -340,8 +340,8 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(beathead_state::beathead)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", ASAP, ATARI_CLOCK_14MHz)
- MCFG_CPU_PROGRAM_MAP(main_map)
+ MCFG_DEVICE_ADD("maincpu", ASAP, ATARI_CLOCK_14MHz)
+ MCFG_DEVICE_PROGRAM_MAP(main_map)
MCFG_EEPROM_2804_ADD("eeprom")
MCFG_EEPROM_28XX_LOCK_AFTER_WRITE(true)