fengb / fundude

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

Video rendering happens before CPU pushes away the window #51

Open fengb opened 4 years ago

fengb commented 4 years ago

image

Most likely a cycle timing issue.

fengb commented 4 years ago

Partially fixed by c49428a052a52ef9d29e31c62c261213842be6f1. Zelda doesn't seem to be addressed.