summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rc2014/modules.h
blob: 16becd448d594c19c1df095bbe4b89a8b9311388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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_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);

#endif // MAME_BUS_RC2014_MODULES_H