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

Function EndRL

src/ppu.cpp:1063–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061static void CheckSpriteHit(int p);
1062
1063static void EndRL(void) {
1064 RefreshLine(272);
1065 if (tofix)
1066 Fixit1();
1067 CheckSpriteHit(272);
1068 Pline = 0;
1069}
1070
1071static int32 sphitx;
1072static uint8 sphitdata;

Callers 1

DoLineFunction · 0.85

Calls 3

RefreshLineFunction · 0.85
Fixit1Function · 0.85
CheckSpriteHitFunction · 0.85

Tested by

no test coverage detected