summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/kc/d002.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/kc/d002.cpp')
-rw-r--r--src/devices/bus/kc/d002.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/kc/d002.cpp b/src/devices/bus/kc/d002.cpp
index 90b5bf7b3ce..ebc24b06f8b 100644
--- a/src/devices/bus/kc/d002.cpp
+++ b/src/devices/bus/kc/d002.cpp
@@ -46,8 +46,9 @@ static INPUT_PORTS_START( kc_d002 )
INPUT_PORTS_END
// defined in drivers/kc.c
-SLOT_INTERFACE_EXTERN(kc85_cart);
-SLOT_INTERFACE_EXTERN(kc85_exp);
+// FIXME: if src/devices depends on src/mame, you're doing it wrong!
+void kc85_cart(device_slot_interface &device);
+void kc85_exp(device_slot_interface &device);
WRITE_LINE_MEMBER(kc_d002_device::out_irq_w)
{