summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cgenie/parallel/carts.cpp
blob: 174f97e32ce200cd37b5fe650772c6fe06c77400 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************

    EACA Colour Genie Parallel Carts

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

#include "emu.h"
#include "carts.h"
#include "joystick.h"
#include "printer.h"


void cg_parallel_slot_carts(device_slot_interface &device)
{
	device.option_add("joystick", CGENIE_JOYSTICK);
	device.option_add("printer", CGENIE_PRINTER);
}