| 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++) { |
no test coverage detected