summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homedata.h')
-rw-r--r--src/mame/includes/homedata.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h
index 9c0b37c63eb..14c53106dec 100644
--- a/src/mame/includes/homedata.h
+++ b/src/mame/includes/homedata.h
@@ -137,17 +137,17 @@ private:
DECLARE_MACHINE_START(homedata);
DECLARE_MACHINE_RESET(homedata);
DECLARE_VIDEO_START(mrokumei);
- DECLARE_PALETTE_INIT(mrokumei);
+ void mrokumei_palette(palette_device &palette) const;
DECLARE_MACHINE_START(reikaids);
DECLARE_MACHINE_RESET(reikaids);
DECLARE_VIDEO_START(reikaids);
- DECLARE_PALETTE_INIT(reikaids);
+ void reikaids_palette(palette_device &palette) const;
DECLARE_MACHINE_START(pteacher);
DECLARE_MACHINE_RESET(pteacher);
DECLARE_VIDEO_START(pteacher);
- DECLARE_PALETTE_INIT(pteacher);
+ void pteacher_palette(palette_device &palette) const;
DECLARE_VIDEO_START(mirderby);
- DECLARE_PALETTE_INIT(mirderby);
+ void mirderby_palette(palette_device &palette) const;
DECLARE_VIDEO_START(lemnangl);
uint32_t screen_update_mrokumei(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_reikaids(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);