Hi Laurent
It certainly will fix one part of my upcoming demo :)
Sadly there's a number of other DSP defects in hatari:
* long interrupts are incorrectly masked. hatari don't seem to adjust IPL level correctly. My case was where I have SSI SEND and RECEIVE interrupts at the same time. On real machine a long interrupt would block SSI interrupts in SR preventing SEND interrputs if RECEIVE was fired. This is obviously only a problem when you forget
to adjust the SR while developing on hatari and then it doesn't work on Falcon :)