summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/calomega.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/calomega.h')
-rw-r--r--src/mame/includes/calomega.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/calomega.h b/src/mame/includes/calomega.h
index 82572641cbb..7f838d545ba 100644
--- a/src/mame/includes/calomega.h
+++ b/src/mame/includes/calomega.h
@@ -44,10 +44,9 @@ public:
DECLARE_DRIVER_INIT(jjpoker);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
UINT32 screen_update_calomega(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+ DECLARE_PALETTE_INIT(calomega);
protected:
virtual void video_start();
- virtual void palette_init();
private:
DECLARE_WRITE_LINE_MEMBER(update_aciabaud);