AndreaOrru / LaiNES

Cycle-accurate NES emulator in ~1000 lines of code
BSD 2-Clause "Simplified" License
1.49k stars 122 forks source link

Complete mirroring implementation. #8

Open AndreaOrru opened 10 years ago

AndreaOrru commented 10 years ago

Not sure what I meant for this 2 years ago. Investigate.

kraln commented 7 years ago

Right now, only Horizontal / Vertical mirroring are supported. One-screen and four-screen mirroring are not. https://github.com/kraln/LaiNES/commit/97f8416e57121d1f0dabe83c08221c0317217f4a Starts to implement one-screen mirroring (it's buggy at the moment) needed for Mapper 007 / AxROM.

kraln commented 7 years ago

(more info: https://wiki.nesdev.com/w/index.php/Mirroring )