summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/scotrsht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/scotrsht.h')
-rw-r--r--src/mame/includes/scotrsht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/scotrsht.h b/src/mame/includes/scotrsht.h
index 14c7fc834b0..fb936f03e89 100644
--- a/src/mame/includes/scotrsht.h
+++ b/src/mame/includes/scotrsht.h
@@ -27,7 +27,7 @@ public:
DECLARE_WRITE8_MEMBER(scotrsht_palettebank_w);
TILE_GET_INFO_MEMBER(scotrsht_get_bg_tile_info);
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(scotrsht);
UINT32 screen_update_scotrsht(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(scotrsht_interrupt);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );