blob: 0244b3c36487286395b26c0806540f4ee09863ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// license:BSD-3-Clause
// copyright-holders:Patrick Mackinlay
#ifndef MAME_BUS_INTERPRO_SR_SR_CARDS_H
#define MAME_BUS_INTERPRO_SR_SR_CARDS_H
#pragma once
// supported devices
void cbus_cards(device_slot_interface &device);
void srx_cards(device_slot_interface &device);
#endif // MAME_BUS_INTERPRO_SR_SR_CARDS_H
|