diff options
author | 2012-09-18 14:45:06 +0000 | |
---|---|---|
committer | 2012-09-18 14:45:06 +0000 | |
commit | a1b116c06f4748d61e36c070356b4818b5979f3e (patch) | |
tree | a6b9e6e1e8578cc8f2d7bdd60c528f4a321d764e /src/mess/drivers/alphasma.c | |
parent | 3ac43e0187323c2b55dc00c79c31bdd2d50d9b20 (diff) |
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Diffstat (limited to 'src/mess/drivers/alphasma.c')
-rw-r--r-- | src/mess/drivers/alphasma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/alphasma.c b/src/mess/drivers/alphasma.c index df79481de3d..928261360d4 100644 --- a/src/mess/drivers/alphasma.c +++ b/src/mess/drivers/alphasma.c @@ -66,7 +66,7 @@ static MACHINE_CONFIG_START( alphasmart, alphasmart_state ) MCFG_CPU_PROGRAM_MAP(alphasmart_mem) MCFG_CPU_IO_MAP(alphasmart_io) MCFG_CPU_CONFIG(alphasmart_hc11_config) - MCFG_CPU_PERIODIC_INT(irq0_line_hold, 50) + MCFG_CPU_PERIODIC_INT_DRIVER(alphasmart_state, irq0_line_hold, 50) /* video hardware */ MCFG_SCREEN_ADD("screen", LCD) |