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

    Sega controller adapter emulation

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

#ifndef MAME_BUS_MSX_CTRL_SGADAPT_H
#define MAME_BUS_MSX_CTRL_SGADAPT_H

#pragma once

#include "ctrl.h"


DECLARE_DEVICE_TYPE(MSX_SEGACTRL, device_msx_general_purpose_port_interface)
DECLARE_DEVICE_TYPE(MSX_SEGACTRL, device_msx_general_purpose_port_interface)

#endif // MAME_BUS_MSX_CTRL_SGADAPT_H