summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/memexp/carts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/memexp/carts.cpp')
-rw-r--r--src/devices/bus/vtech/memexp/carts.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/bus/vtech/memexp/carts.cpp b/src/devices/bus/vtech/memexp/carts.cpp
new file mode 100644
index 00000000000..dc40d0e8a57
--- /dev/null
+++ b/src/devices/bus/vtech/memexp/carts.cpp
@@ -0,0 +1,19 @@
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
+/***************************************************************************
+
+ VTech Laser/VZ Memory Expansion Slot Devices
+
+***************************************************************************/
+
+#include "carts.h"
+
+SLOT_INTERFACE_START( memexp_slot_carts )
+ SLOT_INTERFACE("floppy", FLOPPY_CONTROLLER)
+ SLOT_INTERFACE("laser110_16k", LASER110_16K)
+ SLOT_INTERFACE("laser210_16k", LASER210_16K)
+ SLOT_INTERFACE("laser310_16k", LASER310_16K)
+ SLOT_INTERFACE("laser_64k", LASER_64K)
+ SLOT_INTERFACE("rs232", RS232_INTERFACE)
+ SLOT_INTERFACE("wordpro", WORDPRO)
+SLOT_INTERFACE_END