From 0846c5295bffebaf800fe49a725a010c2c3e4d02 Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Sat, 20 Dec 2014 06:54:58 -0500 Subject: [PATCH] vindictr does not have a slapstic (nw) --- src/mame/drivers/vindictr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mame/drivers/vindictr.c b/src/mame/drivers/vindictr.c index b36a516eb63..ade2ce54585 100644 --- a/src/mame/drivers/vindictr.c +++ b/src/mame/drivers/vindictr.c @@ -184,8 +184,6 @@ static MACHINE_CONFIG_START( vindictr, vindictr_state ) MCFG_CPU_ADD("maincpu", M68010, ATARI_CLOCK_14MHz/2) MCFG_CPU_PROGRAM_MAP(main_map) - MCFG_SLAPSTIC_ADD("slapstic") // where is this hooked up here? - MCFG_MACHINE_RESET_OVERRIDE(vindictr_state,vindictr) MCFG_ATARI_EEPROM_2804_ADD("eeprom")