summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crgolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crgolf.h')
-rw-r--r--src/mame/includes/crgolf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/crgolf.h b/src/mame/includes/crgolf.h
index f2898e7e2c5..34f2ea93be2 100644
--- a/src/mame/includes/crgolf.h
+++ b/src/mame/includes/crgolf.h
@@ -73,8 +73,8 @@ public:
void init_crgolfhi();
virtual void machine_start() override;
virtual void machine_reset() override;
- DECLARE_PALETTE_INIT(crgolf);
- DECLARE_PALETTE_INIT(mastrglf);
+ void crgolf_palette(palette_device &palette) const;
+ void mastrglf_palette(palette_device &palette) const;
uint32_t screen_update_crgolf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void get_pens( pen_t *pens );
DECLARE_WRITE_LINE_MEMBER(vck_callback);