summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/kc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/kc.c')
-rw-r--r--src/mess/drivers/kc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/kc.c b/src/mess/drivers/kc.c
index 1a45facc9d0..279d3b84e25 100644
--- a/src/mess/drivers/kc.c
+++ b/src/mess/drivers/kc.c
@@ -140,7 +140,7 @@ static MACHINE_CONFIG_START( kc85_3, kc_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(XTAL_28_37516MHz/2, 908, 0, 320, 312, 0, 256)
MCFG_SCREEN_UPDATE_DRIVER(kc_state, screen_update)
- MCFG_TIMER_ADD_SCANLINE("scantimer", kc_scanline, "screen", 0, 1)
+ MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", kc_state, kc_scanline, "screen", 0, 1)
MCFG_PALETTE_LENGTH(KC85_PALETTE_SIZE)
MCFG_PALETTE_INIT_OVERRIDE(kc_state, kc85 )
@@ -192,7 +192,7 @@ static MACHINE_CONFIG_START( kc85_4, kc85_4_state )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(XTAL_28_37516MHz/2, 908, 0, 320, 312, 0, 256)
MCFG_SCREEN_UPDATE_DRIVER(kc85_4_state, screen_update)
- MCFG_TIMER_ADD_SCANLINE("scantimer", kc_scanline, "screen", 0, 1)
+ MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", kc85_4_state, kc_scanline, "screen", 0, 1)
MCFG_PALETTE_LENGTH(KC85_PALETTE_SIZE)
MCFG_PALETTE_INIT_OVERRIDE(kc85_4_state, kc85 )