summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a1bus/a1cassette.h
blob: fb0ca1b679b7497982138a7d1a9ded14f979e76f (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
/*********************************************************************

    a1cassette.h

    Apple I Cassette Interface

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

#ifndef MAME_BUS_A1BUS_A1CASSETTE_H
#define MAME_BUS_A1BUS_A1CASSETTE_H

#pragma once

#include "a1bus.h"

// device type declaration
DECLARE_DEVICE_TYPE(A1BUS_CASSETTE, device_a1bus_card_interface)

#endif  // MAME_BUS_A1BUS_A1CASSETTE_H