summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj8891.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nbmj8891.h')
-rw-r--r--src/mame/includes/nbmj8891.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/nbmj8891.h b/src/mame/includes/nbmj8891.h
index 765fbd89ec0..42aac38df32 100644
--- a/src/mame/includes/nbmj8891.h
+++ b/src/mame/includes/nbmj8891.h
@@ -73,12 +73,13 @@ public:
DECLARE_DRIVER_INIT(maiko);
virtual void video_start();
DECLARE_VIDEO_START(nbmj8891_1layer);
+ UINT32 screen_update_nbmj8891(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/nbmj8891.c -----------*/
-SCREEN_UPDATE_IND16( nbmj8891 );
+