I tri-state gate on a interrupt line is NOT what you'd want to use if the interrupt were sharable. Two systems that decide to DRIVE the interrupt line at the same time would still cause problems. You need something like open-collector lines instead. My understanding is that no one implemented shared interrupt drivers because the hardware was essentially broken... BillW