summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bladestl.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2016-06-01 07:16:38 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2016-06-01 07:16:38 +0200
commitfaaabd3e11e8996b18a2bc04ecf1fe8cca853fac (patch)
tree4c178583fa4df16e2e5359f6f5176d0d1848cef4 /src/mame/includes/bladestl.h
parent086789add2e86df535ae3be4dd8c30ea4c2cbf5c (diff)
more gen_latch-ification (nw)
Diffstat (limited to 'src/mame/includes/bladestl.h')
-rw-r--r--src/mame/includes/bladestl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/bladestl.h b/src/mame/includes/bladestl.h
index e95eac874e8..d2d83602a54 100644
--- a/src/mame/includes/bladestl.h
+++ b/src/mame/includes/bladestl.h
@@ -5,6 +5,8 @@
Blades of Steel
*************************************************************************/
+
+#include "machine/gen_latch.h"
#include "sound/flt_rc.h"
#include "sound/upd7759.h"
#include "video/k007342.h"
@@ -26,6 +28,7 @@ public:
m_filter2(*this, "filter2"),
m_filter3(*this, "filter3"),
m_gfxdecode(*this, "gfxdecode"),
+ m_soundlatch(*this, "soundlatch"),
m_trackball(*this, "TRACKBALL"),
m_rombank(*this, "rombank") { }
@@ -38,6 +41,7 @@ public:
required_device<filter_rc_device> m_filter2;
required_device<filter_rc_device> m_filter3;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<generic_latch_8_device> m_soundlatch;
required_ioport_array<4> m_trackball;
/* memory pointers */