Home | History | Annotate | Download | only in dev

Lines Matching defs:sound

597 static uint8_t sound[] = {
608 for (i = 0; i < sizeof(sound); i++) {
610 YM2149->sd_wdat = sound[i];
628 tmp = sound[11] | (sound[12] << 8);
631 tmp = sound[0] | (sound[1] << 8);
650 sound[ 0] = f & 0xff;
651 sound[ 1] = (f >> 8) & 0xf;
653 sound[ 2] = f & 0xff;
654 sound[ 3] = (f >> 8) & 0xf;
656 sound[ 4] = f & 0xff;
657 sound[ 5] = (f >> 8) & 0xf;
659 sound[11] = t & 0xff;
660 sound[12] = (t >> 8) & 0xff;
662 sound[13] = 0x03;