summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/ioport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/ioport.h')
-rw-r--r--src/devices/bus/ti99/internal/ioport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/internal/ioport.h b/src/devices/bus/ti99/internal/ioport.h
index f63518705d4..4c21a11651e 100644
--- a/src/devices/bus/ti99/internal/ioport.h
+++ b/src/devices/bus/ti99/internal/ioport.h
@@ -87,8 +87,8 @@ private:
DECLARE_DEVICE_TYPE_NS(TI99_IOPORT, bus::ti99::internal, ioport_device)
-SLOT_INTERFACE_EXTERN(ti99_io_port);
-SLOT_INTERFACE_EXTERN(ti99_io_port_ev);
+void ti99_io_port(device_slot_interface &device);
+void ti99_io_port_ev(device_slot_interface &device);
#define MCFG_IOPORT_ADD( _tag ) \
MCFG_DEVICE_ADD(_tag, TI99_IOPORT, 0) \