summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dbz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dbz.h')
-rw-r--r--src/mame/includes/dbz.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/dbz.h b/src/mame/includes/dbz.h
index 36fa5b921dd..464639852c1 100644
--- a/src/mame/includes/dbz.h
+++ b/src/mame/includes/dbz.h
@@ -35,7 +35,8 @@ public:
m_k053936_1(*this, "k053936_1"),
m_k053936_2(*this, "k053936_2"),
m_gfxdecode(*this, "gfxdecode"),
- m_soundlatch(*this, "soundlatch")
+ m_soundlatch(*this, "soundlatch"),
+ m_dsw2(*this, "DSW2")
{ }
void dbz(machine_config &config);
@@ -71,6 +72,8 @@ private:
required_device<gfxdecode_device> m_gfxdecode;
required_device<generic_latch_8_device> m_soundlatch;
+ required_ioport m_dsw2;
+
DECLARE_WRITE16_MEMBER(dbzcontrol_w);
DECLARE_WRITE16_MEMBER(dbz_sound_command_w);
DECLARE_WRITE16_MEMBER(dbz_sound_cause_nmi);