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

Function FCEUSND_LoadState

src/sound.cpp:1381–1386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379}
1380
1381void FCEUSND_LoadState(int version)
1382{
1383 LoadDMCPeriod(DMCFormat&0xF);
1384 RawDALatch&=0x7F;
1385 DMCAddress&=0x7FFF;
1386}

Callers 2

FCEUSS_LoadFP_oldFunction · 0.85
FCEUSS_LoadFPFunction · 0.85

Calls 1

LoadDMCPeriodFunction · 0.85

Tested by

no test coverage detected