summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ninjakd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ninjakd2.h')
-rw-r--r--src/mame/includes/ninjakd2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/ninjakd2.h b/src/mame/includes/ninjakd2.h
index 202e4fce064..ce95f779a2b 100644
--- a/src/mame/includes/ninjakd2.h
+++ b/src/mame/includes/ninjakd2.h
@@ -72,6 +72,10 @@ public:
DECLARE_VIDEO_START(robokid);
DECLARE_MACHINE_RESET(omegaf);
DECLARE_VIDEO_START(omegaf);
+ UINT32 screen_update_ninjakd2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_robokid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_omegaf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_ninjakd2(screen_device &screen, bool state);
};