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

Function Fixit2

src/ppu.cpp:1286–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286static INLINE void Fixit2(void) {
1287 if (ScreenON || SpriteON) {
1288 uint32 rad = RefreshAddr;
1289 rad &= 0xFBE0;
1290 rad |= TempAddr & 0x041f;
1291 RefreshAddr = rad;
1292 }
1293}
1294
1295static void Fixit1(void) {
1296 if (ScreenON || SpriteON) {

Callers 1

DoLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected