summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/samcoupe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/samcoupe.h')
-rw-r--r--src/mame/includes/samcoupe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/samcoupe.h b/src/mame/includes/samcoupe.h
index f484c71a75c..52eed56b196 100644
--- a/src/mame/includes/samcoupe.h
+++ b/src/mame/includes/samcoupe.h
@@ -143,7 +143,7 @@ private:
DECLARE_READ8_MEMBER(samcoupe_keyboard_r);
DECLARE_WRITE8_MEMBER(samcoupe_border_w);
DECLARE_READ8_MEMBER(samcoupe_attributes_r);
- DECLARE_PALETTE_INIT(samcoupe);
+ void samcoupe_palette(palette_device &palette) const;
INTERRUPT_GEN_MEMBER(samcoupe_frame_interrupt);
TIMER_CALLBACK_MEMBER(irq_off);
TIMER_CALLBACK_MEMBER(samcoupe_mouse_reset);