summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/md6bt.h
blob: 4a843f5ddec7000045e45dda0bc7139f3e590918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:BSD-3-Clause
// copyright-holders:Vas Crabb
/**********************************************************************

    Sega Mega Drive Six Button Control Pad emulation

**********************************************************************/
#ifndef MAME_BUS_SMS_CTRL_MD6BT_H
#define MAME_BUS_SMS_CTRL_MD6BT_H

#pragma once

#include "smsctrl.h"


DECLARE_DEVICE_TYPE(SMS_MD6BUTTON, device_sms_control_interface)

#endif // MAME_BUS_SMS_CTRL_MD6BT_H