blob: ce0a195f55a67af2e7763763b84aab48980d01d4 (
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_T4426_H
#define MAME_BUS_COCO_COCO_T4426_H
#include "cococart.h"
#pragma once
// device type definition
DECLARE_DEVICE_TYPE(COCO_T4426, device_cococart_interface)
#endif // MAME_BUS_COCO_COCO_T4426_H
|