Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
static void LoadDMCPeriod(uint8 V)
158
{
159
if(PAL)
160
DMCPeriod=PALDMCTable[V];
161
else
162
DMCPeriod=NTSCDMCTable[V];
163
}
164
165
static void PrepDPCM()
166
{
Callers
4
DECLFW
Function · 0.85
FCEUSND_Power
Function · 0.85
SetSoundVariables
Function · 0.85
FCEUSND_LoadState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected