summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/magickey.h
blob: 031a554ce7cb9068bb65a2178e7ce45b1648ab36 (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:hap
/**********************************************************************

    Sony Magic Key emulation

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

#ifndef MAME_BUS_MSX_CTRL_MAGICKEY_H
#define MAME_BUS_MSX_CTRL_MAGICKEY_H

#pragma once

#include "ctrl.h"


DECLARE_DEVICE_TYPE(MSX_MAGICKEY, device_msx_general_purpose_port_interface)

#endif // MAME_BUS_MSX_CTRL_MAGICKEY_H