INES Mapper 241: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
(Added another game example) |
m (fix redlink) |
||
Line 3: | Line 3: | ||
ex. Fan Kong Jing Ying (Unl) (Ch), Edu (As) | ex. Fan Kong Jing Ying (Unl) (Ch), Edu (As) | ||
This mapper just has one register located at $8000-$FFFF which selects a 32KB PRG page, like [[iNES Mapper | This mapper just has one register located at $8000-$FFFF which selects a 32KB PRG page, like [[iNES Mapper 034|#34]]. | ||
Additionally, the EXP bus may need to return 0x50 | Additionally, the EXP bus may need to return 0x50 | ||
This is supported in fceu-mm, fceux, and bizhawk (at least) | This is supported in fceu-mm, fceux, and bizhawk (at least) |
Revision as of 16:58, 13 April 2016
ex. Fan Kong Jing Ying (Unl) (Ch), Edu (As)
This mapper just has one register located at $8000-$FFFF which selects a 32KB PRG page, like #34.
Additionally, the EXP bus may need to return 0x50
This is supported in fceu-mm, fceux, and bizhawk (at least)