diff options
Diffstat (limited to 'src/devices/bus/coco/coco_orch90.cpp')
-rw-r--r-- | src/devices/bus/coco/coco_orch90.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/coco/coco_orch90.cpp b/src/devices/bus/coco/coco_orch90.cpp index f1dcdf3ff28..979acd423a1 100644 --- a/src/devices/bus/coco/coco_orch90.cpp +++ b/src/devices/bus/coco/coco_orch90.cpp @@ -123,5 +123,3 @@ MACHINE_CONFIG_END //************************************************************************** DEFINE_DEVICE_TYPE_PRIVATE(COCO_ORCH90, device_cococart_interface, coco_orch90_device, "coco_orch90", "CoCo Orch-90 PAK") -template class device_finder<device_cococart_interface, false>; -template class device_finder<device_cococart_interface, true>; |