m0xsec / ferrum

Gameboy Emulator written in Rust
1 stars 0 forks source link

PPU / Graphics #7

Open m0xsec opened 1 year ago

m0xsec commented 1 year ago

Pixel Processing Unit (PPU) and pipeline to rendering via minifb.

m0xsec commented 1 year ago

PPU References: https://youtu.be/HyzD8pNlpwI?t=1765 (Ultimate Game Boy Talk) https://gbdev.io/pandocs/Rendering.html https://gbdev.io/pandocs/STAT.html https://gbdev.io/pandocs/Scrolling.html https://pixelbits.16-b.it/GBEDG/ppu/#the-screen https://emudev.de/gameboy-emulator/%e2%af%88-ppu-rgb-arrays-and-sdl/