summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/ioexp/carts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/ioexp/carts.cpp')
-rw-r--r--src/devices/bus/vtech/ioexp/carts.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/bus/vtech/ioexp/carts.cpp b/src/devices/bus/vtech/ioexp/carts.cpp
new file mode 100644
index 00000000000..5bdd6aca63f
--- /dev/null
+++ b/src/devices/bus/vtech/ioexp/carts.cpp
@@ -0,0 +1,14 @@
+// license:GPL-2.0+
+// copyright-holders:Dirk Best
+/***************************************************************************
+
+ VTech Laser/VZ I/O Expansion Slot Devices
+
+***************************************************************************/
+
+#include "carts.h"
+
+SLOT_INTERFACE_START( ioexp_slot_carts )
+ SLOT_INTERFACE("joystick", JOYSTICK_INTERFACE)
+ SLOT_INTERFACE("printer", PRINTER_INTERFACE)
+SLOT_INTERFACE_END