INES Mapper 087: Difference between revisions
m (change cat:dlm to cat:cnrom) |
(Update Mapper 87 page) |
||
Line 1: | Line 1: | ||
{{DEFAULTSORT:087}}[[Category:iNES Mappers]][[Category:CNROM-like mappers]][[Category:in NesCartDB]] | {{DEFAULTSORT:087}}[[Category:iNES Mappers]][[Category:CNROM-like mappers]][[Category:in NesCartDB]] | ||
{{Infobox iNES mapper | |||
|name=J87 | |||
|company=Konami, Jaleco, Taito | |||
|mapper=87 | |||
|othermappers=[[iNES Mapper 101|101]] | |||
|boards=JF-0x, JF-10 (Jaleco), FC-009 (Taito), MF4034/30xxA (Konami) | |||
|prgmax=32K | |||
|prgpage=n/a | |||
|chrmax=32K | |||
|chrpage=8K | |||
|busconflicts=No | |||
|audio=No | |||
}} | |||
{{nesdbbox | |||
|ines|87|iNES 087 | |||
}} | |||
[[iNES Mapper 101]] is the | '''J87''' (Also known as Mapper 87) refers to the first "mapper" created for the Famicom. Despite this, no games with this mapper ever made it overseas to USA NES owners. [[iNES Mapper 101]] is the same board, but for a dump that naïvely reversed the CHR bit-order. [[CNROM]] is a later cost-reduced version of this mapper, by cutting down on one logic chip, at the cost of having bus conflicts, and also has the CHR bank order reversed as well. | ||
The name "J87" was given to this mapper due to its historical significance, and creation by Jaleco. Otherwise, no "canonical" name was given to this mapper. Jaleco would later upgrade this mapper to become [[iNES Mapper 140]]. | |||
== Banks == | |||
* CPU $8000-$FFFF: 16 KB PRG ROM, fixed (if 16 KB PRG ROM used, then this is the same as $C000-$FFFF) | |||
* CPU $C000-$FFFF: 16 KB PRG ROM, fixed | |||
* PPU $0000-$1FFF: 8 KB switchable CHR ROM bank | |||
== Registers == | |||
=== Bank Select ($6000-$7FFF) === | |||
This will select an 8 KB CHR ROM bank for PPU $0000-$1FFF. | |||
7 bit 0 | |||
---- ---- | |||
xxxx xxLH | |||
|| | |||
|+- High CHR bit | |||
+-- Low CHR bit | |||
Some games with this configuration do not use the high CHR bit, as they contain 16 KB of CHR. |
Revision as of 06:55, 19 October 2023
Company | Konami, Jaleco, Taito |
Boards | JF-0x, JF-10 (Jaleco), FC-009 (Taito), MF4034/30xxA (Konami) |
PRG ROM capacity | 32K |
PRG ROM window | n/a |
PRG RAM capacity | None |
CHR capacity | 32K |
CHR window | 8K |
Nametable mirroring | Fixed H or V, controlled by solder pads |
Bus conflicts | No |
IRQ | No |
Audio | No |
iNES mappers | 087, 101 |
iNES 087 |
J87 (Also known as Mapper 87) refers to the first "mapper" created for the Famicom. Despite this, no games with this mapper ever made it overseas to USA NES owners. iNES Mapper 101 is the same board, but for a dump that naïvely reversed the CHR bit-order. CNROM is a later cost-reduced version of this mapper, by cutting down on one logic chip, at the cost of having bus conflicts, and also has the CHR bank order reversed as well.
The name "J87" was given to this mapper due to its historical significance, and creation by Jaleco. Otherwise, no "canonical" name was given to this mapper. Jaleco would later upgrade this mapper to become iNES Mapper 140.
Banks
- CPU $8000-$FFFF: 16 KB PRG ROM, fixed (if 16 KB PRG ROM used, then this is the same as $C000-$FFFF)
- CPU $C000-$FFFF: 16 KB PRG ROM, fixed
- PPU $0000-$1FFF: 8 KB switchable CHR ROM bank
Registers
Bank Select ($6000-$7FFF)
This will select an 8 KB CHR ROM bank for PPU $0000-$1FFF.
7 bit 0 ---- ---- xxxx xxLH || |+- High CHR bit +-- Low CHR bit
Some games with this configuration do not use the high CHR bit, as they contain 16 KB of CHR.