Eero Tamminen schrieb:
MFP & SCC interrupts are enabled in VME mask:
https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git/tree/arch/m68k/atari/ataints.c#n303
On real hardware, this is indeed important. Even interrupts *not*
originating from the VME bus are routed through the SCU. If you mask
them there, they're not registered by the system anymore. See this issue
we had a long time ago in EmuTOS where SCC drivers would not see any SCC
interrupts because EmuTOS didn't enable them in the SCU:
https://sourceforge.net/p/emutos/mailman/message/36421899/
Whether it's worth emulating that masking in Hatari, I don't know.