summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigx2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigx2.h')
-rw-r--r--src/mame/includes/atarigx2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/atarigx2.h b/src/mame/includes/atarigx2.h
index 2fd3bf9fc94..c68d9fd6693 100644
--- a/src/mame/includes/atarigx2.h
+++ b/src/mame/includes/atarigx2.h
@@ -8,6 +8,8 @@
#include "machine/atarigen.h"
#include "audio/atarijsa.h"
+#include "includes/slapstic.h"
+
class atarigx2_state : public atarigen_state
{
@@ -19,7 +21,8 @@ public:
m_protection_base(*this, "protection_base"),
m_playfield_tilemap(*this, "playfield"),
m_alpha_tilemap(*this, "alpha"),
- m_rle(*this, "rle") { }
+ m_rle(*this, "rle")
+ { }
UINT16 m_playfield_base;