summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index 57aa8f98b63..4bf4ae01ab0 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -32,11 +32,8 @@ public:
: mw8080bw_state(mconfig, type, tag),
m_schaser_effect_555_timer(*this, "schaser_sh_555"),
m_claybust_gun_on(*this, "claybust_gun"),
- m_discrete(*this, "discrete"),
m_speaker(*this, "speaker"),
m_eeprom(*this, "eeprom"),
- m_sn(*this, "snsnd"),
- m_screen(*this, "screen"),
m_palette(*this, "palette"),
m_gunx(*this, "GUNX"),
m_guny(*this, "GUNY")
@@ -45,11 +42,8 @@ public:
/* devices/memory pointers */
optional_device<timer_device> m_schaser_effect_555_timer;
optional_device<timer_device> m_claybust_gun_on;
- optional_device<discrete_device> m_discrete;
optional_device<speaker_sound_device> m_speaker;
optional_device<eeprom_serial_93cxx_device> m_eeprom;
- optional_device<sn76477_device> m_sn;
- required_device<screen_device> m_screen;
optional_device<palette_device> m_palette;
/* misc game specific */