summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ohmygod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ohmygod.cpp')
-rw-r--r--src/mame/drivers/ohmygod.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/ohmygod.cpp b/src/mame/drivers/ohmygod.cpp
index 45dc4ccb283..1e68ea15ac6 100644
--- a/src/mame/drivers/ohmygod.cpp
+++ b/src/mame/drivers/ohmygod.cpp
@@ -323,9 +323,9 @@ void ohmygod_state::machine_reset()
MACHINE_CONFIG_START(ohmygod_state::ohmygod)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M68000, 12000000)
- MCFG_CPU_PROGRAM_MAP(ohmygod_map)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", ohmygod_state, irq1_line_hold)
+ MCFG_DEVICE_ADD("maincpu", M68000, 12000000)
+ MCFG_DEVICE_PROGRAM_MAP(ohmygod_map)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", ohmygod_state, irq1_line_hold)
MCFG_WATCHDOG_ADD("watchdog")
MCFG_WATCHDOG_TIME_INIT(attotime::from_seconds(3)) /* a guess, and certainly wrong */