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

Function if

src/ppu.cpp:1202–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200 }
1201 #undef PPUT_MMC5
1202 else if (PPU_hook) {
1203 norecurse = 1;
1204 #define PPUT_HOOK
1205 if (PEC586Hack) {
1206 #define PPU_BGFETCH
1207 for (X1 = firsttile; X1 < lasttile; X1++) {
1208 #include "pputile.inc"
1209 }
1210 #undef PPU_BGFETCH
1211 } else {
1212 for (X1 = firsttile; X1 < lasttile; X1++) {
1213 #include "pputile.inc"
1214 }
1215 }
1216 #undef PPUT_HOOK
1217 norecurse = 0;
1218 } else {
1219 if (PEC586Hack) {
1220 #define PPU_BGFETCH
1221 for (X1 = firsttile; X1 < lasttile; X1++) {

Callers 2

RefreshLineFunction · 0.70
X6502_RunFunction · 0.70

Calls 1

X6502_RunFunction · 0.85

Tested by

no test coverage detected