Yeah, the switch idea is kinda cool but not really necessary. Most peripheral IC's disable their interrupt output upon hardware reset. After that, software can enable and disable the various interrupt functions.
FWIW, you wouldn't need 8 switches (if I understand what you mean). If you have four peripheral devices then you'll only need four switches. The IRQ output of each device connects to one side of a switch. The other side of that switch connects to a pullup resistor and one of the AND inputs.
One AND section accepts two of the switch/resistor nodes and another AND section accepts two more. A third AND section combines the outputs of the first two sections.
Dan Moos wrote:
Question 2: Lets say I have the switch closed on an AND input that has a chip's IRQ pin on it. With my proposed setup, there shouldn't be any conflicts if an interrupt occurs. My 10k pullups should be fine?
10K is rather high. There's an RC delay you need to satisfy, explained about 1/4 way down
this page on Garth's site. As for conflicts, remember the CPU has only one IRQ input, so if multiple devices have their interrupt sources enabled simultaneously then there are measures you'll need to take to keep a handle on things .
_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html