diff options
Diffstat (limited to 'src/devices/bus/msx/ctrl/magickey.h')
-rw-r--r-- | src/devices/bus/msx/ctrl/magickey.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/bus/msx/ctrl/magickey.h b/src/devices/bus/msx/ctrl/magickey.h new file mode 100644 index 00000000000..031a554ce7c --- /dev/null +++ b/src/devices/bus/msx/ctrl/magickey.h @@ -0,0 +1,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 |