summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/archimedes/podule/io_we.h
blob: 37a767eaee92cdcbb9bd7b651ca51b3511ec035c (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
/**********************************************************************

    Watford Electronics A3000 BBC User I/O

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

#ifndef MAME_BUS_ARCHIMEDES_PODULE_IO_WE_H
#define MAME_BUS_ARCHIMEDES_PODULE_IO_WE_H

#pragma once

#include "slot.h"

// device type definition
DECLARE_DEVICE_TYPE(ARC_BBCIO_WE, device_archimedes_podule_interface)

#endif // MAME_BUS_ARCHIMEDES_PODULE_IO_WE_H