INES Mapper 003: Difference between revisions
(Note the case of a playback IC.) |
(Infoboxing) |
||
Line 1: | Line 1: | ||
{{DEFAULTSORT:003}} | {{DEFAULTSORT:003}} | ||
[[Category:iNES Mappers]] [[Category:in NesCartDB]] [[Category:CNROM-like mappers]] [[Category:Nintendo licensed mappers]] [[Category:Expansion audio]] | [[Category:iNES Mappers]] [[Category:in NesCartDB]] [[Category:CNROM-like mappers]] [[Category:Nintendo licensed mappers]] [[Category:Expansion audio]] | ||
{{Infobox iNES mapper | |||
'''iNES Mapper 003''' is used to designate the [[CNROM]] board, and similar boards used by Bandai, Panesian, Sachen and others, generalized to support up to | |name=CNROM and similar | ||
|company=Nintendo, others | |||
|mapper=3 | |||
|nescartdbgames=104 | |||
|boards=CNROM "and similar" | |||
|prgmax=16K or 32K | |||
|prgpage=n/a | |||
|chrmax=32K (2M oversize version) | |||
|chrpage=8K | |||
|mirroring=Fixed H or V | |||
|busconflicts=Yes(CNROM, some others) | |||
|audio=[http://bootgod.dyndns.org:7777/profile.php?id=3953 One case] | |||
}} | |||
{{nesdbbox | |||
|ines|3|iNES 003 | |||
|unif_wild|CNROM|CNROM | |||
}} | |||
'''iNES Mapper 003''' is used to designate the [[CNROM]] board, and similar boards used by Bandai, Panesian, Sachen and others, generalized to support up to 256 banks (2048 KiB) of CHR ROM. | |||
The [[NROM-368|CNROM-368]] extension was proposed, allowing 46 KiB PRG ROM. | The [[NROM-368|CNROM-368]] extension was proposed, allowing 46 KiB PRG ROM. | ||
Line 29: | Line 46: | ||
7 bit 0 | 7 bit 0 | ||
---- ---- | ---- ---- | ||
cccc ccCC | |||
|||| |||| | |||| |||| | ||
++++-++++- Select 8 KB CHR ROM bank for PPU $0000-$1FFF | ++++-++++- Select 8 KB CHR ROM bank for PPU $0000-$1FFF |
Revision as of 20:42, 27 May 2015
Company | Nintendo, others |
Games | 104 in NesCartDB |
Boards | CNROM "and similar" |
PRG ROM capacity | 16K or 32K |
PRG ROM window | n/a |
PRG RAM capacity | None |
CHR capacity | 32K (2M oversize version) |
CHR window | 8K |
Nametable mirroring | Fixed H or V |
Bus conflicts | Yes(CNROM, some others) |
IRQ | No |
Audio | One case |
iNES mappers | 003 |
iNES Mapper 003 is used to designate the CNROM board, and similar boards used by Bandai, Panesian, Sachen and others, generalized to support up to 256 banks (2048 KiB) of CHR ROM.
The CNROM-368 extension was proposed, allowing 46 KiB PRG ROM.
Example games:
- Solomon's Key
- Arkanoid
- Arkista's Ring
- Bump 'n' Jump
- Cybernoid
Overview
- PRG ROM size: 16 KiB or 32 KiB
- PRG ROM bank size: Not bankswitched
- PRG RAM: None
- CHR capacity: Up to 2048 KiB ROM
- CHR bank size: 8 KiB
- Nametable mirroring: Fixed vertical or horizontal mirroring
- Subject to bus conflicts: Yes (CNROM), but not all compatible boards have bus conflicts.
Banks
- PPU $0000-$1FFF: 8 KB switchable CHR ROM bank
Registers
Bank select ($8000-$FFFF)
7 bit 0 ---- ---- cccc ccCC |||| |||| ++++-++++- Select 8 KB CHR ROM bank for PPU $0000-$1FFF
CNROM only implements the lowest 2 bits, capping it at 32 KiB CHR. Other boards may implement 4 or more bits for larger CHR.
Notes
The game Cybernoid seems to behave very strangely. It uses unprepared system RAM, and it is as if it actually relies on bus conflicts (AND written value with value read from address)! Supposedly this bug manifests by CHR corruptions when the music changes.
The game Colorful Dragon (Unl) (Sachen) relies on having no bus conflicts; it will bank the wrong CHR if bus conflicts are emulated.
The Japanese version of Dance Aerobics adds a sound playback IC to CNROM. It adds a register mapped from $6000-$7FFF that can play one of eight voice recordings. However, the specifics of the compression are not yet known, and there is no standardized way to bundle audio data with iNES images.