int Sound_ReadWord(int addr)
{
  return *(int *)(addr + 0x1DEC);
}
