summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spectrum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spectrum.h')
-rw-r--r--src/mame/includes/spectrum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/spectrum.h b/src/mame/includes/spectrum.h
index 19b92f34e1c..9ace2a689fc 100644
--- a/src/mame/includes/spectrum.h
+++ b/src/mame/includes/spectrum.h
@@ -180,7 +180,7 @@ protected:
DECLARE_MACHINE_RESET(spectrum);
DECLARE_VIDEO_START(spectrum);
- DECLARE_PALETTE_INIT(spectrum);
+ void spectrum_palette(palette_device &palette) const;
DECLARE_MACHINE_RESET(tc2048);
DECLARE_VIDEO_START(spectrum_128);
DECLARE_MACHINE_RESET(spectrum_128);