summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj9195.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nbmj9195.h')
-rw-r--r--src/mame/includes/nbmj9195.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/nbmj9195.h b/src/mame/includes/nbmj9195.h
index e18c10d259f..1bbbc47df14 100644
--- a/src/mame/includes/nbmj9195.h
+++ b/src/mame/includes/nbmj9195.h
@@ -110,12 +110,13 @@ public:
virtual void video_start();
DECLARE_VIDEO_START(nbmj9195_1layer);
DECLARE_VIDEO_START(nbmj9195_nb22090);
+ UINT32 screen_update_nbmj9195(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/nbmj9195.c -----------*/
-SCREEN_UPDATE_IND16( nbmj9195 );
+