summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/booti.h
blob: 324a08c7c14ece3c6c2720b89c9d688518e2501e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*********************************************************************

    booti.h

    Implementation of the Booti card

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

#ifndef MAME_BUS_A2BUS_BOOTI_H
#define MAME_BUS_A2BUS_BOOTI_H

#pragma once

#include "a2bus.h"

// device type definition
DECLARE_DEVICE_TYPE(A2BUS_BOOTI, device_a2bus_card_interface)

#endif // MAME_BUS_A2BUS_BOOTI_H