summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/alpha68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/alpha68k.h')
-rw-r--r--src/mame/includes/alpha68k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/alpha68k.h b/src/mame/includes/alpha68k.h
index c03a55205d3..6617beb481f 100644
--- a/src/mame/includes/alpha68k.h
+++ b/src/mame/includes/alpha68k.h
@@ -89,8 +89,8 @@ private:
TILE_GET_INFO_MEMBER(get_tile_info);
DECLARE_MACHINE_START(common);
DECLARE_MACHINE_RESET(common);
- DECLARE_PALETTE_INIT(kyros);
- DECLARE_PALETTE_INIT(paddlem);
+ void kyros_palette(palette_device &palette) const;
+ void paddlem_palette(palette_device &palette) const;
DECLARE_MACHINE_START(alpha68k_II);
DECLARE_MACHINE_RESET(alpha68k_II);
DECLARE_VIDEO_START(alpha68k);