summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/terminal.h
blob: d1dd528bcf1e6d020a9373f852e34aaf8e56bf83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// license:BSD-3-Clause
// copyright-holders:smf
#ifndef MAME_BUS_RS232_TERMINAL_H
#define MAME_BUS_RS232_TERMINAL_H

#pragma once

#include "rs232.h"


DECLARE_DEVICE_TYPE(SERIAL_TERMINAL, device_rs232_port_interface)

#endif // MAME_BUS_RS232_TERMINAL_H