diff options
Diffstat (limited to 'src/devices/bus/coco/coco_ssc.h')
-rw-r--r-- | src/devices/bus/coco/coco_ssc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/devices/bus/coco/coco_ssc.h b/src/devices/bus/coco/coco_ssc.h new file mode 100644 index 00000000000..ce9b3d5e26c --- /dev/null +++ b/src/devices/bus/coco/coco_ssc.h @@ -0,0 +1,12 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods + +#ifndef MAME_BUS_COCO_COCO_SSC_H +#define MAME_BUS_COCO_COCO_SSC_H + +#pragma once + +// device type definition +extern const device_type COCO_SSC; + +#endif // MAME_BUS_COCO_COCO_SSC_H |