diff options
Diffstat (limited to 'src/mess/drivers/orion.c')
-rw-r--r-- | src/mess/drivers/orion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/orion.c b/src/mess/drivers/orion.c index 29f08aaa89d..daea6f441b6 100644 --- a/src/mess/drivers/orion.c +++ b/src/mess/drivers/orion.c @@ -183,7 +183,7 @@ static MACHINE_CONFIG_START( orionz80, orion_state ) MCFG_CPU_ADD("maincpu", Z80, 2500000) MCFG_CPU_PROGRAM_MAP(orionz80_mem) MCFG_CPU_IO_MAP(orionz80_io) - MCFG_CPU_VBLANK_INT("screen",orionz80_interrupt) + MCFG_CPU_VBLANK_INT_DRIVER("screen", orion_state, orionz80_interrupt) MCFG_MACHINE_START_OVERRIDE(orion_state, orionz80 ) MCFG_MACHINE_RESET_OVERRIDE(orion_state, orionz80 ) |