summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wolfpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wolfpack.h')
-rw-r--r--src/mame/includes/wolfpack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h
index c51b60912e0..8606de4284c 100644
--- a/src/mame/includes/wolfpack.h
+++ b/src/mame/includes/wolfpack.h
@@ -15,10 +15,10 @@ public:
m_s14001a(*this, "speech") { }
required_shared_ptr<UINT8> m_alpha_num_ram;
-
+
required_device<cpu_device> m_maincpu;
required_device<s14001a_device> m_s14001a;
-
+
int m_collision;
unsigned m_current_index;
UINT8 m_video_invert;