summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/archimedes/podule/io_hccs.h
blob: 6287e5cedbf123747ca6802aa5bf956db683316f (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:Nigel Barnes
/**********************************************************************

    HCCS User/Analogue Podule

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

#ifndef MAME_BUS_ARCHIMEDES_PODULE_IO_HCCS_H
#define MAME_BUS_ARCHIMEDES_PODULE_IO_HCCS_H

#pragma once

#include "slot.h"

// device type definition
DECLARE_DEVICE_TYPE(ARC_UPA_HCCS, device_archimedes_podule_interface)

#endif // MAME_BUS_ARCHIMEDES_PODULE_IO_HCCS_H