| 1719 | } |
| 1720 | |
| 1721 | void FCEUPPU_Reset(void) { |
| 1722 | VRAMBuffer = PPU[0] = PPU[1] = PPU_status = PPU[3] = 0; |
| 1723 | PPUSPL = 0; |
| 1724 | PPUGenLatch = 0; |
| 1725 | RefreshAddr = TempAddr = 0; |
| 1726 | vtoggle = 0; |
| 1727 | ppudead = 2; |
| 1728 | kook = 0; |
| 1729 | idleSynch = 1; |
| 1730 | |
| 1731 | new_ppu_reset = true; // delay reset of ppur/spr_read until it's ready to start a new frame |
| 1732 | } |
| 1733 | |
| 1734 | void FCEUPPU_Power(void) { |
| 1735 | int x; |
no outgoing calls
no test coverage detected