summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/abc1600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/abc1600.h')
-rw-r--r--src/mess/includes/abc1600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/abc1600.h b/src/mess/includes/abc1600.h
index 6efadb90f11..9d6e8f7a4bf 100644
--- a/src/mess/includes/abc1600.h
+++ b/src/mess/includes/abc1600.h
@@ -244,6 +244,7 @@ public:
int m_rmc; // row match count
int m_cmc; // column match count
int m_amm; // active mover mask
+ UINT32 screen_update_abc1600(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};