| 224 | } |
| 225 | |
| 226 | uint32 get_2007access() { |
| 227 | return ((fv & 3) << 0xC) | (v << 0xB) | (h << 0xA) | (vt << 5) | ht; |
| 228 | } |
| 229 | |
| 230 | //The PPU has an internal 4-position, 2-bit shifter, which it uses for |
| 231 | //obtaining the 2-bit palette select data during an attribute table byte |
no outgoing calls
no test coverage detected