summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj8688.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nbmj8688.h')
-rw-r--r--src/mame/includes/nbmj8688.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/nbmj8688.h b/src/mame/includes/nbmj8688.h
index 396c5920950..92a87c2a6d9 100644
--- a/src/mame/includes/nbmj8688.h
+++ b/src/mame/includes/nbmj8688.h
@@ -125,12 +125,12 @@ private:
DECLARE_WRITE8_MEMBER(barline_output_w);
DECLARE_VIDEO_START(mbmj8688_pure_12bit);
- DECLARE_PALETTE_INIT(mbmj8688_12bit);
+ void mbmj8688_12bit(palette_device &palette) const;
DECLARE_VIDEO_START(mbmj8688_pure_16bit_LCD);
- DECLARE_PALETTE_INIT(mbmj8688_16bit);
- DECLARE_PALETTE_INIT(mbmj8688_lcd);
+ void mbmj8688_16bit(palette_device &palette) const;
+ void mbmj8688_lcd(palette_device &palette) const;
DECLARE_VIDEO_START(mbmj8688_8bit);
- DECLARE_PALETTE_INIT(mbmj8688_8bit);
+ void mbmj8688_8bit(palette_device &palette) const;
DECLARE_VIDEO_START(mbmj8688_hybrid_16bit);
DECLARE_VIDEO_START(mbmj8688_hybrid_12bit);
DECLARE_VIDEO_START(mbmj8688_pure_16bit);