blob: 9fcc3c3e70a7789ba13c8709a74fab44007c010b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Nascom NASBUS Slot Devices
***************************************************************************/
#include "emu.h"
#include "cards.h"
SLOT_INTERFACE_START( nasbus_slot_cards )
SLOT_INTERFACE("avc", NASCOM_AVC)
SLOT_INTERFACE("floppy", NASCOM_FDC)
SLOT_INTERFACE_END
|