summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/colorbus/colorbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/colorbus/colorbus.h')
-rw-r--r--src/devices/bus/ti99/colorbus/colorbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/colorbus/colorbus.h b/src/devices/bus/ti99/colorbus/colorbus.h
index 7d7dea7620c..05f69aea0c5 100644
--- a/src/devices/bus/ti99/colorbus/colorbus.h
+++ b/src/devices/bus/ti99/colorbus/colorbus.h
@@ -59,7 +59,7 @@ private:
} } } // end namespace bus::ti99::colorbus
-SLOT_INTERFACE_EXTERN(ti99_colorbus_port);
+void ti99_colorbus_port(device_slot_interface &device);
#define MCFG_COLORBUS_MOUSE_ADD( _tag ) \
MCFG_DEVICE_ADD(_tag, TI99_COLORBUS, 0) \