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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/nbmj8688.h b/src/mame/includes/nbmj8688.h
index ca7b964195e..d403b224752 100644
--- a/src/mame/includes/nbmj8688.h
+++ b/src/mame/includes/nbmj8688.h
@@ -87,6 +87,9 @@ public:
DECLARE_VIDEO_START(mbmj8688_hybrid_16bit);
DECLARE_VIDEO_START(mbmj8688_hybrid_12bit);
DECLARE_VIDEO_START(mbmj8688_pure_16bit);
+ UINT32 screen_update_mbmj8688(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_mbmj8688_lcd0(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_mbmj8688_lcd1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -95,9 +98,9 @@ public:
-SCREEN_UPDATE_IND16( mbmj8688 );
-SCREEN_UPDATE_IND16( mbmj8688_lcd0 );
-SCREEN_UPDATE_IND16( mbmj8688_lcd1 );
+
+
+