INES Mapper 180: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (1 revision: iNes mappers temporary list)
(switch to infobox)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[INES Mapper 180]] is used to represent a simple Nichibutsu board, its specific type name is unknown. ''Crazy Climber'' is the only game known to utilize this mapper. It is similar to [[UxROM]] but uses AND logic instead of OR logic, producing a fixed first bank at $8000 rather than a fixed last bank at $C000.
{{DEFAULTSORT:180}}[[Category:iNES Mappers]][[Category:Discrete logic mappers]]
{{Infobox_iNES_mapper
|name=UxROM (inverted)
|company=Nichibutsu
|mapper=180
|nescartdbgames=1
|othermappers=[[iNES Mapper 002|002]], [[iNES Mapper 094|094]]
|complexity=Discrete logic
|boards=UNROM
|prgmax=128K/4096K
|prgpage=16K fixed + 16K
|chrmax=8K
|chrpage=n/a
|busconflicts=Yes
}}
{{nesdbbox
|ines|180|iNES 180
}}
[[INES Mapper 180]] is used to represent an unusual configuration of the [[UNROM]] board used only for the game ''Crazy Climber''.


== Overview ==
== Notes ==
* PRG ROM size: 128 KB
It is similar in principle to the more common [[INES Mapper 002]] configuration but uses AND logic ([[7408|74HC08]]) instead of OR logic ([[7432|74HC32]]), producing a fixed first bank at $8000 rather than a fixed last bank at $C000.
* PRG ROM bank size: 16 KB
 
* PRG RAM: None
Crazy Climber had a special "climber stick" add-on that mounted a stick on top of the Famicom's directional pad.
* CHR capacity: 8 KB RAM [[Category:Mappers with CHR RAM]]
 
* CHR bank size: Not bankswitched
For a similar mapper with additional mirroring control, see [[iNES Mapper 097]].
* Nametable [[mirroring]]: Solder pads select vertical or horizontal mirroring
* Subject to [[bus conflict]]s: ?


== Banks ==
== Banks ==
Line 22: Line 38:
       +++-- Select 16 KB PRG ROM bank for CPU $C000-$FFFF
       +++-- Select 16 KB PRG ROM bank for CPU $C000-$FFFF


[[Category:iNES Mappers]]
== See also ==
* [[UxROM]]
* [[Programming UNROM]]
* NES mapper list by Disch [http://www.romhacking.net/documents/362/]

Latest revision as of 04:37, 17 March 2022


UxROM (inverted)
Company Nichibutsu
Games 1 in NesCartDB
Complexity Discrete logic
Boards UNROM
PRG ROM capacity 128K/4096K
PRG ROM window 16K fixed + 16K
PRG RAM capacity None
CHR capacity 8K
CHR window n/a
Nametable mirroring Fixed H or V, controlled by solder pads
Bus conflicts Yes
IRQ No
Audio No
iNES mappers 180, 002, 094
NESCartDB
iNES 180

INES Mapper 180 is used to represent an unusual configuration of the UNROM board used only for the game Crazy Climber.

Notes

It is similar in principle to the more common INES Mapper 002 configuration but uses AND logic (74HC08) instead of OR logic (74HC32), producing a fixed first bank at $8000 rather than a fixed last bank at $C000.

Crazy Climber had a special "climber stick" add-on that mounted a stick on top of the Famicom's directional pad.

For a similar mapper with additional mirroring control, see iNES Mapper 097.

Banks

  • CPU $8000-$BFFF: 16 KB PRG ROM bank, fixed to the first bank
  • CPU $C000-$FFFF: 16 KB switchable PRG ROM bank

Registers

Bank select ($8000-$FFFF)

7  bit  0
---- ----
xxxx xPPP
      |||
      +++-- Select 16 KB PRG ROM bank for CPU $C000-$FFFF

See also