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

Function InputScanlineHook

src/input.cpp:484–489  ·  view source on GitHub ↗

calls from the ppu; calls the SLHook for any driver that needs it

Source from the content-addressed store, hash-verified

482//calls from the ppu;
483//calls the SLHook for any driver that needs it
484void InputScanlineHook(uint8 *bg, uint8 *spr, uint32 linets, int final)
485{
486 for(int port=0;port<2;port++)
487 joyports[port].driver->SLHook(port,bg,spr,linets,final);
488 portFC.driver->SLHook(bg,spr,linets,final);
489}
490
491#include <iostream>
492//binds JPorts[pad] to the driver specified in JPType[pad]

Callers 3

ResetRLFunction · 0.85
RefreshLineFunction · 0.85
ppu.cppFile · 0.85

Calls 1

SLHookMethod · 0.45

Tested by

no test coverage detected