blob: 6c3dabc7517a395c39c483bf7cadbdbd7dd8b2f5 (
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_SYM12_H
#define MAME_BUS_COCO_COCO_SYM12_H
#pragma once
#include "cococart.h"
// device type definition
DECLARE_DEVICE_TYPE(COCO_SYM12, device_cococart_interface)
#endif // MAME_BUS_COCO_COCO_SYM12_H
|