summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/beathead.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/beathead.h')
-rw-r--r--src/mame/includes/beathead.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/beathead.h b/src/mame/includes/beathead.h
index 5fd980ae749..f51248e8989 100644
--- a/src/mame/includes/beathead.h
+++ b/src/mame/includes/beathead.h
@@ -16,7 +16,6 @@ class beathead_state : public atarigen_state
public:
beathead_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
- m_maincpu(*this, "maincpu"),
m_jsa(*this, "jsa"),
m_nvram(*this, "nvram"),
m_videoram(*this, "videoram"),
@@ -32,7 +31,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- required_device<asap_device> m_maincpu;
required_device<atari_jsa_iii_device> m_jsa;
required_shared_ptr<uint32_t> m_nvram;