Skip to content

Collapsed PPU Update Loop

Compare
Choose a tag to compare
@tbsp tbsp released this 10 Jan 03:53
· 23 commits to main since this release
9758fc8

This release has the PPU updates collapsed from a loop of 4-24 passes per CPU instruction to a single pass which should be essentially identical to the old approach for a simple scanline renderer. The cpu_instrs test ROM runs in about half the time after this update from my testing.

A matching symbol file is also included for debugging purposes.