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

    Commodore VIC-20 User Port emulation

    Copyright MESS Team.
    Visit http://mamedev.org for licensing and usage restrictions.

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

#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