blob: b4f5da2fca0e5d92e58e96a2afb032c2caf44b9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
#ifndef MAME_BUS_COCO_COCO_GMC_H
#define MAME_BUS_COCO_COCO_GMC_H
#pragma once
#include "cococart.h"
// device type definition
DECLARE_DEVICE_TYPE(COCO_PAK_GMC, device_cococart_interface)
#endif // MAME_BUS_COCO_COCO_GMC_H
|