summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rc2014/modules.h
blob: 6f0368b02365f705e2cce549dc013e22d2525c27 (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:Miodrag Milanovic
/**********************************************************************

    RC2014 Modules

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

#ifndef MAME_BUS_RC2014_MODULES_H
#define MAME_BUS_RC2014_MODULES_H

#pragma once

// supported devices
void rc2014_bus_modules(device_slot_interface &device);
void rc2014_bus_edge_modules(device_slot_interface &device);
void rc2014_mini_bus_modules(device_slot_interface &device);
void rc2014_ext_bus_modules(device_slot_interface &device);
void rc2014_rc80_bus_modules(device_slot_interface &device);
void rc2014_rc80_bus_edge_modules(device_slot_interface &device);

#endif // MAME_BUS_RC2014_MODULES_H