Home
last modified time | relevance | path

Searched refs:SB_Type (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/od-dos/sound/
H A Dsb.c84 tSBType SB_Type; variable
247 switch (SB_Type) in SB_SetRate()
264 if (SB_Type == SB_Type_SB16) in SB_SetBits()
290 switch (SB_Type) in SB_SetChannels()
314 if (SB_Type == SB_Type_SB16) in SB_SetSigned()
339 if (SB_Type < SB_Type_SbPro) in SB_SetVolume()
345 if (SB_Type == SB_Type_SbPro) in SB_SetVolume()
590 SB_Type = SB_Type_StdSB; in SB_Init()
593 SB_Type = SB_Type_SbPro; in SB_Init()
605 switch (SB_Type) in SB_Init()
[all …]
H A Dsb.h20 extern tSBType SB_Type;