HomeSort by relevance Sort by last modified time
    Searched refs:aica_vol (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
aica.h 35 void aica_vol(int ch,int vol);
aica.c 113 #define AICA_VOL(x) (0xff - logs[128 + (((x) & 0xff) / 2)])
114 //#define AICA_VOL(x) (0xff - logs[x&255])
186 vol = AICA_VOL(vol);
238 void aica_vol(int ch,int vol) { function
239 // g2_write_8(CHNREGADDR(ch, 41),AICA_VOL(vol));
240 g2_write_32(CHNREGADDR(ch, 40),(g2_read_32(CHNREGADDR(ch, 40))&0xffff00ff)|(AICA_VOL(vol)<<8) );

Completed in 21 milliseconds