summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cheekyms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cheekyms.h')
-rw-r--r--src/mame/includes/cheekyms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cheekyms.h b/src/mame/includes/cheekyms.h
index c3eaddef1f3..d703d363fc3 100644
--- a/src/mame/includes/cheekyms.h
+++ b/src/mame/includes/cheekyms.h
@@ -38,7 +38,7 @@ public:
TILE_GET_INFO_MEMBER(cheekyms_get_tile_info);
virtual void machine_start();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(cheekyms);
UINT32 screen_update_cheekyms(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, gfx_element *gfx, int flip );