summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/vaus.h
blob: 1b6d713a9a3fef342f1bbca3dc92e695052aeac6 (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:Wilbert Pol
/**********************************************************************

    MSX Arkanoid Vaus controller emulation

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

#ifndef MAME_BUS_MSX_CTRL_VAUS_H
#define MAME_BUS_MSX_CTRL_VAUS_H

#pragma once

#include "ctrl.h"


DECLARE_DEVICE_TYPE(MSX_VAUS, device_msx_general_purpose_port_interface)

#endif // MAME_BUS_MSX_CTRL_VAUS_H