summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarigen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarigen.h')
-rw-r--r--src/mame/machine/atarigen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/atarigen.h b/src/mame/machine/atarigen.h
index f6b9bce95f1..6ce56c35a8c 100644
--- a/src/mame/machine/atarigen.h
+++ b/src/mame/machine/atarigen.h
@@ -17,6 +17,7 @@
#include "video/atarimo.h"
#include "cpu/m6502/m6502.h"
#include "sound/okim6295.h"
+#include "includes/slapstic.h"
/***************************************************************************
@@ -431,6 +432,7 @@ public:
optional_device<screen_device> m_screen;
optional_device<palette_device> m_palette;
optional_shared_ptr<UINT16> m_generic_paletteram_16;
+ optional_device<atari_slapstic_device> m_slapstic_device;
};