summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/boogwing.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-06 17:40:31 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-06 17:40:31 -0400
commite10ad69beaac6133d5c75619039b95f686593629 (patch)
tree24ee2bd8beb7fa88fc65098e377273964ca3a2ba /src/mame/includes/boogwing.h
parentd82eebc7acea4945c563dcb658974a88e4bab302 (diff)
deco_ace: Internalize palette (nw)
Diffstat (limited to 'src/mame/includes/boogwing.h')
-rw-r--r--src/mame/includes/boogwing.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/boogwing.h b/src/mame/includes/boogwing.h
index 039ae681755..13825be429c 100644
--- a/src/mame/includes/boogwing.h
+++ b/src/mame/includes/boogwing.h
@@ -35,7 +35,6 @@ public:
m_pf4_rowscroll(*this, "pf4_rowscroll"),
m_sprgen1(*this, "spritegen1"),
m_sprgen2(*this, "spritegen2"),
- m_palette(*this, "palette"),
m_decrypted_opcodes(*this, "decrypted_opcodes")
{ }
@@ -57,7 +56,6 @@ public:
required_shared_ptr<uint16_t> m_pf4_rowscroll;
required_device<decospr_device> m_sprgen1;
required_device<decospr_device> m_sprgen2;
- required_device<palette_device> m_palette;
required_shared_ptr<uint16_t> m_decrypted_opcodes;
uint16_t m_priority;