summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/oneshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/oneshot.h')
-rw-r--r--src/mame/includes/oneshot.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/oneshot.h b/src/mame/includes/oneshot.h
index 70e4004147b..680bfe95beb 100644
--- a/src/mame/includes/oneshot.h
+++ b/src/mame/includes/oneshot.h
@@ -49,11 +49,13 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_oneshot(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_maddonna(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/oneshot.c -----------*/
-SCREEN_UPDATE_IND16( oneshot );
-SCREEN_UPDATE_IND16( maddonna );
+
+