summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/llc.h')
-rw-r--r--src/mame/includes/llc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/llc.h b/src/mame/includes/llc.h
index 24f5cd6461d..3c89ee27ef8 100644
--- a/src/mame/includes/llc.h
+++ b/src/mame/includes/llc.h
@@ -51,6 +51,8 @@ public:
uint32_t screen_update_llc1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_llc2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void llc1(machine_config &config);
+ void llc2(machine_config &config);
private:
bool m_rv;
uint8_t m_term_status;