summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tp84.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tp84.h')
-rw-r--r--src/mame/includes/tp84.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tp84.h b/src/mame/includes/tp84.h
index c29a1a2c221..c79136371a4 100644
--- a/src/mame/includes/tp84.h
+++ b/src/mame/includes/tp84.h
@@ -42,7 +42,7 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void machine_start();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(tp84);
UINT32 screen_update_tp84(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(sub_vblank_irq);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);