Home
last modified time | relevance | path

Searched refs:oplChip (Results 1 – 3 of 3) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/cwolfmap/
H A Daudio.c13 static const int oplChip = 0; variable
46 #define alOut(n, b) YM3812Write(oplChip, n, b, &volume)
117 YM3812Write(oplChip, i, 0, &volume); in CWAudioLoadHead()
119 YM3812Write(oplChip, 1, 0x20, &volume); // Set WSE=1 in CWAudioLoadHead()
235 YM3812UpdateOne(oplChip, stream16, SAMPLES_PER_MUSIC_TICK); in CWAudioGetAdlibSound()
357 YM3812UpdateOne(oplChip, stream16, SAMPLES_PER_MUSIC_TICK); in CWAudioGetMusic()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Did_sd.cpp130 DBOPL::Chip oplChip; variable
134 oplChip.Setup(rate); in YM3812Init()
189 static const int oplChip = 0; variable
851 YM3812UpdateOne(oplChip, stream16, numreadysamples); in SDL_IMFMusicPlayer()
862 YM3812UpdateOne(oplChip, stream16, sampleslen); in SDL_IMFMusicPlayer()
974 YM3812Write(oplChip,i,0,MAX_VOLUME); in SD_Startup()
976 YM3812Write(oplChip,1,0x20,MAX_VOLUME); // Set WSE=1 in SD_Startup()
H A Did_sd.h16 #define alOut(n,b) YM3812Write(oplChip, n, b, AdlibVolume)
17 #define alOutMusic(n,b) YM3812Write(oplChip, n, b, MusicVolume)