Color Dreams: Difference between revisions
(→References: Added link to \Firebug\'s doccument) |
(Infoboxing) |
||
Line 1: | Line 1: | ||
[[Category:GNROM-like mappers]][[Category:in NesCartDB]][[Category:Discrete logic mappers]] | [[Category:GNROM-like mappers]][[Category:in NesCartDB]][[Category:Discrete logic mappers]][[Category:Mappers with bus conflicts]] | ||
{{Infobox iNES mapper | |||
|name=Color Dreams | |||
|company=Color Dreams/Wisdom Tree | |||
|mapper=11 | |||
|boards=COLORDREAMS | |||
|prgmax=128K | |||
|prgpage=32K | |||
|chrmax=32K | |||
|chrpage=8k | |||
|busconflicts=Yes | |||
}} | |||
{{nesdbbox | |||
|ines|11|iNES 011 | |||
}} | |||
The '''Color Dreams Mapper''' was a mapper used by the '''Color Dreams''' company. The [[iNES]] format assigns '''mapper 11''' to these boards. | The '''Color Dreams Mapper''' was a mapper used by the '''Color Dreams''' company. The [[iNES]] format assigns '''mapper 11''' to these boards. | ||
Line 12: | Line 26: | ||
* ''Menace Beach'' | * ''Menace Beach'' | ||
* ''Metal Fighter'' | * ''Metal Fighter'' | ||
== Banks == | == Banks == |
Revision as of 21:01, 27 May 2015
Company | Color Dreams/Wisdom Tree |
Boards | COLORDREAMS |
PRG ROM capacity | 128K |
PRG ROM window | 32K |
PRG RAM capacity | None |
CHR capacity | 32K |
CHR window | 8k |
Nametable mirroring | Fixed H or V, controlled by solder pads |
Bus conflicts | Yes |
IRQ | No |
Audio | No |
iNES mappers | 011 |
iNES 011 |
The Color Dreams Mapper was a mapper used by the Color Dreams company. The iNES format assigns mapper 11 to these boards.
The mapper is a board with discrete logic that provides up to four 32 KB banks of PRG ROM, up to sixteen 8 KB banks of CHR ROM, and controls a charge pump to defeat the CIC lockout chip.
Color Dreams was a company that developed and published unlicensed NES games. They also operated with the alternate labels Wisdom Tree which produced games with Christianity themes (primarily sold in Christian bookstores), and Bunch Games which produced lower budget games. American Game Cartridges also used the Color Dreams mapper for their port of Exidy's Chiller.
Example games:
- Bible Adventures
- Chiller
- Crystal Mines
- Menace Beach
- Metal Fighter
Banks
- CPU $8000-$FFFF: 32 KB switchable PRG ROM bank
- PPU $0000-$1FFF: 8 KB switchable CHR ROM bank
Registers
Bank select ($8000-$FFFF)
7 bit 0 ---- ---- CCCC LLPP |||| |||| |||| ||++- Select 32 KB PRG ROM bank for CPU $8000-$FFFF |||| ++--- Used for lockout defeat ++++------ Select 8 KB CHR ROM bank for PPU $0000-$1FFF
Hardware
The Color Dreams board contains a 74LS377 octal D latch (8-bit register) to select the current PRG and CHR banks.
The lockout defeat is not necessary for emulator implementation. See references below for more information.
Variants
Nintendo's own GxROM family of boards is nearly identical in function to the Color Dreams board.
A multicart mapper based on this mapper is iNES Mapper 046, with an outer bank register at $6000-$7FFF.
References
- Color Dreams - documentation of mapper by Kevin Horton
- Lockout - documentation of lockout mechanisms by Kevtris
- Games - list of games using the Color Dreams mapper at NesCartDB
- Comprehensive NES Mapper Document by \Firebug\, information about mapper's initial state is inaccurate.