pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

A simplistic simulation for PPU "dots" #30

Closed diogotito closed 10 months ago

diogotito commented 10 months ago

1 CPU cycle == 4 PPU "dots"

Consider this a draft. Go read Pan Docs » Graphics » Rendering overview if you haven't already!

I'm not simulating Mode 3's length properly yet.