summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nasbus/cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nasbus/cards.c')
-rw-r--r--src/devices/bus/nasbus/cards.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/bus/nasbus/cards.c b/src/devices/bus/nasbus/cards.c
new file mode 100644
index 00000000000..913c17d8759
--- /dev/null
+++ b/src/devices/bus/nasbus/cards.c
@@ -0,0 +1,14 @@
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
+/***************************************************************************
+
+ Nascom NASBUS Slot Devices
+
+***************************************************************************/
+
+#include "cards.h"
+
+SLOT_INTERFACE_START( nasbus_slot_cards )
+ SLOT_INTERFACE("avc", NASCOM_AVC)
+ SLOT_INTERFACE("floppy", NASCOM_FDC)
+SLOT_INTERFACE_END