summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/inderp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/inderp.cpp')
-rw-r--r--src/mame/drivers/inderp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/inderp.cpp b/src/mame/drivers/inderp.cpp
index 31401d617c0..15bd0d2886d 100644
--- a/src/mame/drivers/inderp.cpp
+++ b/src/mame/drivers/inderp.cpp
@@ -197,11 +197,11 @@ WRITE_LINE_MEMBER( inderp_state::clock_tick )
MACHINE_CONFIG_START(inderp_state::inderp)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6504, 434000) // possible calculation of frequency-derived time constant 100k res and 10pf cap
- MCFG_CPU_PROGRAM_MAP(maincpu_map)
+ MCFG_DEVICE_ADD("maincpu", M6504, 434000) // possible calculation of frequency-derived time constant 100k res and 10pf cap
+ MCFG_DEVICE_PROGRAM_MAP(maincpu_map)
MCFG_DEVICE_ADD("cpoint_clock", CLOCK, 200) // crosspoint detector
- MCFG_CLOCK_SIGNAL_HANDLER(WRITELINE(inderp_state, clock_tick))
+ MCFG_CLOCK_SIGNAL_HANDLER(WRITELINE(*this, inderp_state, clock_tick))
/* video hardware */
//MCFG_DEFAULT_LAYOUT()