summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/plus4/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/plus4/user.c')
-rw-r--r--src/devices/bus/plus4/user.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/devices/bus/plus4/user.c b/src/devices/bus/plus4/user.c
new file mode 100644
index 00000000000..7c9c6ed24b5
--- /dev/null
+++ b/src/devices/bus/plus4/user.c
@@ -0,0 +1,22 @@
+// license:BSD-3-Clause
+// copyright-holders:smf
+/**********************************************************************
+
+ Commodore Plus/4 User Port emulation
+
+**********************************************************************/
+
+#include "user.h"
+
+//-------------------------------------------------
+// SLOT_INTERFACE( plus4_user_port_cards )
+//-------------------------------------------------
+
+// slot devices
+#include "diag264_lb_user.h"
+#include "bus/vic20/vic1011.h"
+
+SLOT_INTERFACE_START( plus4_user_port_cards )
+ SLOT_INTERFACE("diag264", DIAG264_USER_PORT_LOOPBACK)
+ SLOT_INTERFACE("rs232", VIC1011)
+SLOT_INTERFACE_END