summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/apple3.c')
-rw-r--r--src/mess/drivers/apple3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/apple3.c b/src/mess/drivers/apple3.c
index 6ff4fbeedd8..32bc648c149 100644
--- a/src/mess/drivers/apple3.c
+++ b/src/mess/drivers/apple3.c
@@ -71,7 +71,7 @@ static MACHINE_CONFIG_START( apple3, apple3_state )
MCFG_CPU_ADD("maincpu", M6502, 2000000) /* 2 MHz */
MCFG_CPU_PROGRAM_MAP(apple3_map)
MCFG_CPU_CONFIG( apple3_m6502_interface )
- MCFG_CPU_PERIODIC_INT(apple3_interrupt, 192)
+ MCFG_CPU_PERIODIC_INT_DRIVER(apple3_state, apple3_interrupt, 192)
MCFG_QUANTUM_TIME(attotime::from_hz(60))
MCFG_MACHINE_RESET_OVERRIDE(apple3_state, apple3 )