
Here is a list of :

Workaround -> Do not use HINT at all ;P

Workaround -> Clean your code ;P

Sample code to reset a pcm channel (to make it play, the channel settings were set before) :
pc=(unsigned char *) 0xFF0011;*pc=0xE2;//Stop Channel1 only
pc=(unsigned char *) 0xFF000F;*pc=0x80+0x40+1;//Select channel1
pc=(unsigned char *) 0xFF000D;*pc=0x80;//Make it START at 0x8000
pc=(unsigned char *) 0xFF0011;*pc=0xE0;//Start all channels
Workaround -> Not found... Maybe i need to add some nops?
If someone have an idea about the pcm channel, it would be great
