summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vamphalf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vamphalf.c')
-rw-r--r--src/mame/drivers/vamphalf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/vamphalf.c b/src/mame/drivers/vamphalf.c
index 19f6bb93f65..cb93986bd18 100644
--- a/src/mame/drivers/vamphalf.c
+++ b/src/mame/drivers/vamphalf.c
@@ -83,7 +83,8 @@ public:
m_oki(*this, "oki"),
m_oki2(*this, "oki_2"),
m_eeprom(*this, "eeprom"),
- m_gfxdecode(*this, "gfxdecode") {
+ m_gfxdecode(*this, "gfxdecode"),
+ m_palette(*this, "palette") {
m_has_extra_gfx = 0;
}
@@ -98,6 +99,7 @@ public:
optional_device<okim6295_device> m_oki2;
required_device<eeprom_serial_93cxx_device> m_eeprom;
required_device<gfxdecode_device> m_gfxdecode;
+ required_device<palette_device> m_palette;
int m_flip_bit;
int m_flipscreen;