summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mac.h')
-rw-r--r--src/mame/includes/mac.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/mac.h b/src/mame/includes/mac.h
index 562e294bfcc..a0735c98ce7 100644
--- a/src/mame/includes/mac.h
+++ b/src/mame/includes/mac.h
@@ -530,8 +530,7 @@ private:
emu_timer *m_scanline_timer;
emu_timer *m_adb_timer;
- void palette_init_mac(palette_device &palette);
- void palette_init_macgsc(palette_device &palette);
+ void macgsc_palette(palette_device &palette) const;
DECLARE_VIDEO_START(mac);
DECLARE_VIDEO_START(macprtb);