summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pcw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pcw.h')
-rw-r--r--src/mess/includes/pcw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/pcw.h b/src/mess/includes/pcw.h
index 1b2a20a4b02..e70599b0e72 100644
--- a/src/mess/includes/pcw.h
+++ b/src/mess/includes/pcw.h
@@ -99,6 +99,8 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_pcw(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_pcw_printer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};