summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/docastle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/docastle.h')
-rw-r--r--src/mame/includes/docastle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/docastle.h b/src/mame/includes/docastle.h
index 1074a677c53..846b61094b8 100644
--- a/src/mame/includes/docastle.h
+++ b/src/mame/includes/docastle.h
@@ -47,6 +47,7 @@ public:
virtual void video_start();
virtual void palette_init();
DECLARE_VIDEO_START(dorunrun);
+ UINT32 screen_update_docastle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -59,5 +60,5 @@ public:
-SCREEN_UPDATE_IND16( docastle );
+