summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/llc.h')
-rw-r--r--src/mess/includes/llc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/llc.h b/src/mess/includes/llc.h
index 4882c6450cd..359910f05d0 100644
--- a/src/mess/includes/llc.h
+++ b/src/mess/includes/llc.h
@@ -51,6 +51,8 @@ public:
DECLARE_MACHINE_START(llc1);
DECLARE_MACHINE_RESET(llc1);
DECLARE_MACHINE_RESET(llc2);
+ UINT32 screen_update_llc1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_llc2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};