summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/cards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/cards.h')
-rw-r--r--src/devices/bus/svi3x8/slot/cards.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/svi3x8/slot/cards.h b/src/devices/bus/svi3x8/slot/cards.h
index 6bca329078b..a6bbb382804 100644
--- a/src/devices/bus/svi3x8/slot/cards.h
+++ b/src/devices/bus/svi3x8/slot/cards.h
@@ -11,7 +11,7 @@
#pragma once
-SLOT_INTERFACE_EXTERN( svi_slot_cards );
-SLOT_INTERFACE_EXTERN( sv602_slot_cards );
+void svi_slot_cards(device_slot_interface &device);
+void sv602_slot_cards(device_slot_interface &device);
#endif // MAME_BUS_SVI3X8_SLOT_CARDS_H