diff options
Diffstat (limited to 'src/devices/bus/coco/coco_gmc.cpp')
-rw-r--r-- | src/devices/bus/coco/coco_gmc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/coco/coco_gmc.cpp b/src/devices/bus/coco/coco_gmc.cpp index 310e037fe17..706bdf3cb1b 100644 --- a/src/devices/bus/coco/coco_gmc.cpp +++ b/src/devices/bus/coco/coco_gmc.cpp @@ -63,8 +63,6 @@ MACHINE_CONFIG_END //************************************************************************** DEFINE_DEVICE_TYPE_PRIVATE(COCO_PAK_GMC, device_cococart_interface, coco_pak_gmc_device, "cocopakgmc", "CoCo Games Master Cartridge") -template class device_finder<device_cococart_interface, false>; -template class device_finder<device_cococart_interface, true>; //------------------------------------------------- // coco_pak_device - constructor |