This demo https://demozoo.org/productions/170897/
http://deadliners.net/blast.adf
Gives a black screen after the executable starts (same ADF works fine on my A500)
Another great catch!

Works in SAE with weakest compatibility settings (Immediate Blitter + Turbo Drive)
This one hangs in an "interrupt loop". The VSYNC interrupt is not acknowledged in the level 3 IRQ handler which causes the interrupt to trigger again and again. Clearly, the demo doesn't expect the VSYNC interrupt to happen here since it only clears the Copper IRQ bit in INTREQ. Unfortunately, this doesn't tell us anything about the real error source.


Not sure if it is related to #383, but it might well be.
This one was related to #364 instead of #383 (which is still failing). It supports my hypothesis that the applied fix for #364 was wrong. Reverting to the old TOD initialization code makes the demo work:

Fixed in v0.9.10