summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bagman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bagman.h')
-rw-r--r--src/mame/includes/bagman.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/includes/bagman.h b/src/mame/includes/bagman.h
index 21997a4de33..5cd0950f7d8 100644
--- a/src/mame/includes/bagman.h
+++ b/src/mame/includes/bagman.h
@@ -22,8 +22,7 @@ public:
m_tmsprom(*this, "tmsprom"),
m_tmslatch(*this, "tmslatch"),
m_videoram(*this, "videoram"),
- m_colorram(*this, "colorram"),
- m_spriteram(*this, "spriteram")
+ m_colorram(*this, "colorram")
{ }
void botanic(machine_config &config);
@@ -77,7 +76,6 @@ private:
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_colorram;
- required_shared_ptr<uint8_t> m_spriteram;
bool m_irq_mask;
bool m_video_enable;