Question about 68k cpu

Hi,
Just a little technical question about 68k cpu
I Would like to know if musashi 68k in supermodel with its 68k interface, support multiple cpu ?
Every time I create a new 68k cpu, it's accessed the soundboard instead the new one (with different context of course). The PC (of the new created one) moved while I'm not running the new cpu. And the init completely breaks the soundboard. Furthermore, I can't see the new cpu in the supermodel debugger
Is that the reason ?
-> Caution: 68K emulator is not thread-safe (68k.h).
-> only a single CPU is supported (68k.cpp)
but Soundboard is a 68k and dsb2 is also a 68k, so already 2 cpus...
I certainly forget something important...
++
Just a little technical question about 68k cpu
I Would like to know if musashi 68k in supermodel with its 68k interface, support multiple cpu ?
Every time I create a new 68k cpu, it's accessed the soundboard instead the new one (with different context of course). The PC (of the new created one) moved while I'm not running the new cpu. And the init completely breaks the soundboard. Furthermore, I can't see the new cpu in the supermodel debugger
Is that the reason ?
-> Caution: 68K emulator is not thread-safe (68k.h).
-> only a single CPU is supported (68k.cpp)
but Soundboard is a 68k and dsb2 is also a 68k, so already 2 cpus...
I certainly forget something important...
++