summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atarig1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atarig1.c')
-rw-r--r--src/mame/drivers/atarig1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/atarig1.c b/src/mame/drivers/atarig1.c
index 6eb7775bae4..5c16f59afed 100644
--- a/src/mame/drivers/atarig1.c
+++ b/src/mame/drivers/atarig1.c
@@ -428,6 +428,8 @@ static MACHINE_CONFIG_START( atarig1, atarig1_state )
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", atarigen_state, video_int_gen)
+ MCFG_SLAPSTIC_ADD("slapstic")
+
MCFG_MACHINE_START_OVERRIDE(atarig1_state,atarig1)
MCFG_MACHINE_RESET_OVERRIDE(atarig1_state,atarig1)