summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/macpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/macpci.h')
-rw-r--r--src/mess/includes/macpci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/macpci.h b/src/mess/includes/macpci.h
index 03449d28fed..df88bcc94b4 100644
--- a/src/mess/includes/macpci.h
+++ b/src/mess/includes/macpci.h
@@ -157,6 +157,7 @@ private:
public:
emu_timer *m_scanline_timer;
+ UINT32 screen_update_pippin(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
#endif /* PCIMAC_H_ */