MCPcopy Create free account
hub / github.com/TASEmulators/fceux / LoadDMCPeriod

Function LoadDMCPeriod

src/sound.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155#endif
156
157static void LoadDMCPeriod(uint8 V)
158{
159 if(PAL)
160 DMCPeriod=PALDMCTable[V];
161 else
162 DMCPeriod=NTSCDMCTable[V];
163}
164
165static void PrepDPCM()
166{

Callers 4

DECLFWFunction · 0.85
FCEUSND_PowerFunction · 0.85
SetSoundVariablesFunction · 0.85
FCEUSND_LoadStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected