summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/apricot/cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/apricot/cards.c')
-rw-r--r--src/devices/bus/apricot/cards.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/devices/bus/apricot/cards.c b/src/devices/bus/apricot/cards.c
new file mode 100644
index 00000000000..9a97adffca6
--- /dev/null
+++ b/src/devices/bus/apricot/cards.c
@@ -0,0 +1,15 @@
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
+/***************************************************************************
+
+ ACT Apricot Expansion Slot Devices
+
+***************************************************************************/
+
+#include "cards.h"
+
+SLOT_INTERFACE_START( apricot_expansion_cards )
+ SLOT_INTERFACE("128k", APRICOT_128K_RAM)
+ SLOT_INTERFACE("256k", APRICOT_256K_RAM)
+ SLOT_INTERFACE("512k", APRICOT_512K_RAM)
+SLOT_INTERFACE_END