blob: 2076a2c8a4cb1c60612c001345f2e7597ca44752 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
#ifndef MAME_BUS_COCO_COCO_RS232_H
#define MAME_BUS_COCO_COCO_RS232_H
#pragma once
// device type definition
extern const device_type COCO_RS232;
#endif // MAME_BUS_COCO_COCO_RS232_H
|