INES Mapper 215: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
m (MMC3-alike sort, grammar) |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:INES Mappers|215]][[Category:MMC3-like mappers|215]] | [[Category:INES Mappers|215]][[Category:MMC3-like mappers|215]] | ||
[[ | [[iNES Mapper 215]] is one of the MMC3 variants mapper, which is mainly used in the ''Super Game'' of pirate games. | ||
Source codes from Nestopia: | |||
* [https://github.com/rdanbrook/nestopia/blob/master/source/core/board/NstBoardSuperGameBoogerman.cpp Nestopia implementation (Boogerman)] | |||
* [https://github.com/rdanbrook/nestopia/blob/master/source/core/board/NstBoardSuperGameLionKing.cpp Nestopia implementation (The Lion King)] | |||
* [https://github.com/rdanbrook/nestopia/blob/master/source/core/board/NstBoardSuperGamePocahontas2.cpp Nestopia implementation (Pocahontas 2)] | |||
Revision as of 22:32, 27 September 2016
iNES Mapper 215 is one of the MMC3 variants mapper, which is mainly used in the Super Game of pirate games.
Source codes from Nestopia: