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