summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ace.h')
-rw-r--r--src/mess/includes/ace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ace.h b/src/mess/includes/ace.h
index be5a7b430f8..f36a2b5e2f9 100644
--- a/src/mess/includes/ace.h
+++ b/src/mess/includes/ace.h
@@ -57,6 +57,7 @@ public:
required_shared_ptr<UINT8> m_video_ram;
required_shared_ptr<UINT8> m_char_ram;
+ UINT32 screen_update_ace(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
#endif /* ACE_H_ */