summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mystwarr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mystwarr.h')
-rw-r--r--src/mame/includes/mystwarr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mame/includes/mystwarr.h b/src/mame/includes/mystwarr.h
index 393967e6f4f..279f6e3b74b 100644
--- a/src/mame/includes/mystwarr.h
+++ b/src/mame/includes/mystwarr.h
@@ -16,19 +16,11 @@ class mystwarr_state : public konamigx_state
public:
mystwarr_state(const machine_config &mconfig, device_type type, const char *tag)
: konamigx_state(mconfig, type, tag),
- m_maincpu(*this,"maincpu"),
- m_k053252(*this, "k053252"),
- m_k056832(*this, "k056832"),
- m_k055673(*this, "k055673"),
m_k054321(*this, "k054321"),
m_gx_workram(*this,"gx_workram"),
m_spriteram(*this,"spriteram")
{ }
- required_device<cpu_device> m_maincpu;
- required_device<k053252_device> m_k053252;
- required_device<k056832_device> m_k056832;
- required_device<k055673_device> m_k055673;
required_device<k054321_device> m_k054321;
required_shared_ptr<uint16_t> m_gx_workram;
optional_shared_ptr<uint16_t> m_spriteram;