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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/llc.h b/src/mame/includes/llc.h
index f81f74fcca0..76395b4414c 100644
--- a/src/mame/includes/llc.h
+++ b/src/mame/includes/llc.h
@@ -44,8 +44,8 @@ public:
DECLARE_READ8_MEMBER(llc2_port1_b_r);
DECLARE_READ8_MEMBER(llc2_port2_a_r);
DECLARE_WRITE8_MEMBER(llc2_port1_b_w);
- DECLARE_DRIVER_INIT(llc2);
- DECLARE_DRIVER_INIT(llc1);
+ void init_llc2();
+ void init_llc1();
DECLARE_MACHINE_START(llc1);
DECLARE_MACHINE_RESET(llc1);
DECLARE_MACHINE_RESET(llc2);