mohanson / gameboy

Full featured Cross-platform GameBoy emulator by Rust. Forever boys!.
MIT License
1.36k stars 79 forks source link

I think there are a bug in function "scanline"... #9

Closed mohanson closed 5 years ago

mohanson commented 5 years ago

Something went wrong with rom Pockmon - Crystal, when speak to npcs

mohanson commented 5 years ago

Fixed. var window_x must minus by 7, when rendering the backgraound graph in window mode.