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

Function tester

src/sound.cpp:505–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504
505static INLINE void tester(void)
506{
507 if(DMCBitCount==0)
508 {
509 if(!DMCHaveDMA)
510 DMCHaveSample=0;
511 else
512 {
513 DMCHaveSample=1;
514 DMCShift=DMCDMABuf;
515 DMCHaveDMA=0;
516 }
517 }
518}
519
520static INLINE void DMCDMA(void)
521{

Callers 1

FCEU_SoundCPUHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected