summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m10.h')
-rw-r--r--src/mame/includes/m10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m10.h b/src/mame/includes/m10.h
index 100b39c83c6..9ec34e917dd 100644
--- a/src/mame/includes/m10.h
+++ b/src/mame/includes/m10.h
@@ -119,7 +119,7 @@ private:
DECLARE_MACHINE_START(m10);
DECLARE_MACHINE_RESET(m10);
DECLARE_VIDEO_START(m10);
- DECLARE_PALETTE_INIT(m10);
+ void m10_palette(palette_device &palette) const;
DECLARE_VIDEO_START(m15);
uint32_t screen_update_m10(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_m15(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);