summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/srmp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/srmp2.h')
-rw-r--r--src/mame/includes/srmp2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/srmp2.h b/src/mame/includes/srmp2.h
index 652a474989c..2b391e1d241 100644
--- a/src/mame/includes/srmp2.h
+++ b/src/mame/includes/srmp2.h
@@ -79,9 +79,9 @@ private:
virtual void machine_start() override;
DECLARE_MACHINE_START(srmp2);
- DECLARE_PALETTE_INIT(srmp2);
+ void srmp2_palette(palette_device &palette) const;
DECLARE_MACHINE_START(srmp3);
- DECLARE_PALETTE_INIT(srmp3);
+ void srmp3_palette(palette_device &palette) const;
DECLARE_MACHINE_START(rmgoldyh);
DECLARE_MACHINE_START(mjyuugi);