summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rocnrope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rocnrope.h')
-rw-r--r--src/mame/includes/rocnrope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/rocnrope.h b/src/mame/includes/rocnrope.h
index 1350d33bc6f..c1b4e870137 100644
--- a/src/mame/includes/rocnrope.h
+++ b/src/mame/includes/rocnrope.h
@@ -29,7 +29,7 @@ public:
DECLARE_DRIVER_INIT(rocnropk);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(rocnrope);
UINT32 screen_update_rocnrope(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(vblank_irq);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect );