summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotya.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotya.h')
-rw-r--r--src/mame/includes/gotya.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gotya.h b/src/mame/includes/gotya.h
index 86826a9abad..b0d388633f7 100644
--- a/src/mame/includes/gotya.h
+++ b/src/mame/includes/gotya.h
@@ -52,7 +52,7 @@ private:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_PALETTE_INIT(gotya);
+ void gotya_palette(palette_device &palette) const;
uint32_t screen_update_gotya(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_status_row( bitmap_ind16 &bitmap, const rectangle &cliprect, int sx, int col );
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );