summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpani3.c')
-rw-r--r--src/mame/drivers/galpani3.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/galpani3.c b/src/mame/drivers/galpani3.c
index 4bd6a3a3470..37eae2e0521 100644
--- a/src/mame/drivers/galpani3.c
+++ b/src/mame/drivers/galpani3.c
@@ -81,7 +81,8 @@ public:
m_maincpu(*this,"maincpu"),
m_grap2_0(*this,"grap2_0"),
m_grap2_1(*this,"grap2_1"),
- m_grap2_2(*this,"grap2_2")
+ m_grap2_2(*this,"grap2_2"),
+ m_palette(*this, "palette")
{ }
@@ -93,6 +94,7 @@ public:
required_device<kaneko_grap2_device> m_grap2_0;
required_device<kaneko_grap2_device> m_grap2_1;
required_device<kaneko_grap2_device> m_grap2_2;
+ required_device<palette_device> m_palette;
UINT16 m_priority_buffer_scrollx;
UINT16 m_priority_buffer_scrolly;