summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.h
blob: 344ed501d512157f67e2493b7d77c753ec5fc53b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// license:BSD-3-Clause
// copyright-holders:Dirk Best
/**********************************************************************

    ISA cards

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

#ifndef MAME_BUS_ISA_ISA_CARDS_H
#define MAME_BUS_ISA_ISA_CARDS_H

#pragma once


// supported devices
void pc_isa8_cards(device_slot_interface &device);
void pc_isa16_cards(device_slot_interface &device);

#endif // MAME_BUS_ISA_ISA_CARDS_H