summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lockon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r--src/mame/includes/lockon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h
index d21db6256d6..abdbbe9219c 100644
--- a/src/mame/includes/lockon.h
+++ b/src/mame/includes/lockon.h
@@ -36,7 +36,6 @@ public:
, m_scene_ram(*this, "scene_ram")
, m_ground_ram(*this, "ground_ram")
, m_object_ram(*this, "object_ram")
- , m_ym2203_port_b(0xff)
, m_maincpu(*this, "maincpu")
, m_audiocpu(*this, "audiocpu")
, m_ground(*this, "ground")
@@ -98,7 +97,6 @@ private:
/* misc */
uint8_t m_ctrl_reg;
uint32_t m_main_inten;
- uint8_t m_ym2203_port_b;
/* devices */
required_device<cpu_device> m_maincpu;