summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2thunderclock.h
blob: 6c5025f0789af2e5964e704ad09c871b59acde07 (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
/*********************************************************************

    a2thunderclock.h

    Implemention of the Thunderware Thunderclock Plus.

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

#ifndef MAME_BUS_A2BUS_A2THUNDERCLOCK_H
#define MAME_BUS_A2BUS_A2THUNDERCLOCK_H

#pragma once

#include "a2bus.h"

// device type definition
DECLARE_DEVICE_TYPE(A2BUS_THUNDERCLOCK, device_a2bus_card_interface)

#endif // MAME_BUS_A2BUS_A2THUNDERCLOCK_H