summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/gromport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/gromport/gromport.h')
-rw-r--r--src/devices/bus/ti99/gromport/gromport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99/gromport/gromport.h b/src/devices/bus/ti99/gromport/gromport.h
index 1206b231ce8..09b4a72bcde 100644
--- a/src/devices/bus/ti99/gromport/gromport.h
+++ b/src/devices/bus/ti99/gromport/gromport.h
@@ -92,8 +92,8 @@ protected:
} } } // end namespace bus::ti99::gromport
-SLOT_INTERFACE_EXTERN(gromport4);
-SLOT_INTERFACE_EXTERN(gromport8);
+void gromport4(device_slot_interface &device);
+void gromport8(device_slot_interface &device);
#define MCFG_GROMPORT4_ADD( _tag ) \
MCFG_DEVICE_ADD(_tag, TI99_GROMPORT, 0) \