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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/nbmj8688.h b/src/mame/includes/nbmj8688.h
index 153186e91b0..236502efd97 100644
--- a/src/mame/includes/nbmj8688.h
+++ b/src/mame/includes/nbmj8688.h
@@ -73,16 +73,16 @@ public:
void init_kaguya2();
void init_mjcamera();
void init_kanatuen();
- DECLARE_VIDEO_START(mbmj8688_pure_12bit);
+ void video_start_mbmj8688_pure_12bit() ATTR_COLD;
DECLARE_PALETTE_INIT(mbmj8688_12bit);
- DECLARE_VIDEO_START(mbmj8688_pure_16bit_LCD);
+ void video_start_mbmj8688_pure_16bit_LCD() ATTR_COLD;
DECLARE_PALETTE_INIT(mbmj8688_16bit);
DECLARE_PALETTE_INIT(mbmj8688_lcd);
- DECLARE_VIDEO_START(mbmj8688_8bit);
+ void video_start_mbmj8688_8bit() ATTR_COLD;
DECLARE_PALETTE_INIT(mbmj8688_8bit);
- DECLARE_VIDEO_START(mbmj8688_hybrid_16bit);
- DECLARE_VIDEO_START(mbmj8688_hybrid_12bit);
- DECLARE_VIDEO_START(mbmj8688_pure_16bit);
+ void video_start_mbmj8688_hybrid_16bit() ATTR_COLD;
+ void video_start_mbmj8688_hybrid_12bit() ATTR_COLD;
+ void video_start_mbmj8688_pure_16bit() ATTR_COLD;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void vramflip();