blob: 5672c42c8e110a99e90b8e4637931500d5081355 (
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_MULTIPAK_H
#define MAME_BUS_COCO_COCO_MULTIPAK_H
#pragma once
// device type definition
extern const device_type COCO_MULTIPAK;
#endif // MAME_BUS_COCO_COCO_MULTIPAK_H
|