andymikulski / nES6

NES emulator written in ES6
Other
4 stars 1 forks source link

Missing Mappers #29

Open andymikulski opened 7 years ago

andymikulski commented 7 years ago

WebNES has 24 mappers, we should meet parity in that regard.

This issue is for tracking the conversion of WebNES mappers to nES6 mappers. Pretty simple, albeit a little time consuming. Optimizations can be made within mappers as well to improve game performance (caching, eliminating loops, etc), though generally those can only be tested if you have ROMs that use those mappers.