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

Function FDSSoundReset

src/fds.cpp:575–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void FDSSoundReset(void) {
576 memset(&fdso, 0, sizeof(fdso));
577 FDS_ESI();
578 GameExpSound.HiSync = HQSync;
579 GameExpSound.HiFill = RenderSoundHQ;
580 GameExpSound.Fill = FDSSound;
581 GameExpSound.RChange = FDS_ESI;
582}
583
584static DECLFW(FDSWrite) {
585 switch (A) {

Callers 2

FDSInitFunction · 0.85
NSF_initFunction · 0.85

Calls 1

FDS_ESIFunction · 0.85

Tested by

no test coverage detected