summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mc80.h')
-rw-r--r--src/mess/includes/mc80.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/mc80.h b/src/mess/includes/mc80.h
index e207771be77..b148b88d411 100644
--- a/src/mess/includes/mc80.h
+++ b/src/mess/includes/mc80.h
@@ -42,6 +42,8 @@ public:
DECLARE_VIDEO_START(mc8020);
DECLARE_MACHINE_RESET(mc8030);
DECLARE_VIDEO_START(mc8030);
+ UINT32 screen_update_mc8020(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_mc8030(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};