blob: 97cf476d35dc83136808c043968ce92564b248f4 (
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_ORCH90_H
#define MAME_BUS_COCO_COCO_ORCH90_H
#pragma once
// device type definition
extern const device_type COCO_ORCH90;
#endif // MAME_BUS_COCO_COCO_ORCH90_H
|