summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/user.cpp
blob: f810cddc46ef85bb8a7eab358edde37c607b4a28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// license:BSD-3-Clause
// copyright-holders:smf
/**********************************************************************

    Commodore VIC-20 User Port emulation

**********************************************************************/

#include "user.h"

//-------------------------------------------------
//  SLOT_INTERFACE( vic20_user_port_cards )
//-------------------------------------------------

// slot devices
#include "4cga.h"
#include "vic1011.h"

SLOT_INTERFACE_START( vic20_user_port_cards )
	SLOT_INTERFACE("4cga", C64_4CGA)
	SLOT_INTERFACE("rs232", VIC1011)
SLOT_INTERFACE_END