summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/v9938.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/v9938.h')
-rw-r--r--src/emu/video/v9938.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/v9938.h b/src/emu/video/v9938.h
index e3cd70443e8..8c786af9712 100644
--- a/src/emu/video/v9938.h
+++ b/src/emu/video/v9938.h
@@ -235,8 +235,8 @@ private:
void (v99x8_device::*draw_sprite_16)(const pen_t *, UINT16*, UINT8*);
void (v99x8_device::*draw_sprite_16s)(const pen_t *, UINT16*, UINT8*);
} ;
- static const v99x8_mode s_modes[];
-
+ static const v99x8_mode s_modes[];
+ required_device<palette_device> m_palette;
protected:
static UINT16 s_pal_indYJK[0x20000];
};