summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m58.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m58.h')
-rw-r--r--src/mame/includes/m58.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m58.h b/src/mame/includes/m58.h
index 3e9e1671df0..660a8326b69 100644
--- a/src/mame/includes/m58.h
+++ b/src/mame/includes/m58.h
@@ -57,7 +57,7 @@ private:
DECLARE_WRITE8_MEMBER(flipscreen_w);
virtual void video_start() override;
- DECLARE_PALETTE_INIT(m58);
+ void m58_palette(palette_device &palette) const;
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILEMAP_MAPPER_MEMBER(tilemap_scan_rows);