summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popper.h')
-rw-r--r--src/mame/includes/popper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/popper.h b/src/mame/includes/popper.h
index 9a1f776681a..e585c540326 100644
--- a/src/mame/includes/popper.h
+++ b/src/mame/includes/popper.h
@@ -56,7 +56,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(popper);
UINT32 screen_update_popper(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
void draw_sprites( bitmap_ind16 &bitmap,const rectangle &cliprect );