// 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