fengb / fundude

Gameboy emulator: Zig -> wasm
https://fengb.github.io/fundude/
MIT License
181 stars 8 forks source link

PPU: palette lookup is wrong #24

Closed fengb closed 4 years ago

fengb commented 5 years ago

The palette is just wrong:

Expected Actual
image image
fengb commented 5 years ago

This makes Dr. Mario unplayable since the sprites (pills) and the background (viruses) have different palettes.

fengb commented 4 years ago

Fixed by 3f2a24b