INES Mapper 094: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (refile, add cat:nescartdb)
m (defaultsort)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:iNES Mappers|094]][[Category:Discrete logic mappers|094]][[Category:in NesCartDB|094]]
{{nesdbbox
|ines|94|iNES 094
|unif_wild|UN1ROM|UN1ROM
}}
{{DEFAULTSORT:094}}[[Category:iNES Mappers]][[Category:Discrete logic mappers]][[Category:in NesCartDB]][[Category:Nintendo licensed mappers]]


[[INES Mapper 094]] is used to represent the board HVC-UN1ROM. ''Senjou no Ookami'' (Japanese version of ''Commando'') is the only game known to utilize this mapper. It is very similar to [[UxROM]], but the register is shifted by two bits.
[[INES Mapper 094]] is used to represent the board HVC-UN1ROM. ''Senjou no Ookami'' (Japanese version of ''Commando'') is the only game known to utilize this mapper. It is very similar to [[UxROM]], but the register is shifted by two bits.
Line 7: Line 11:
* PRG ROM bank size: 16 KB
* PRG ROM bank size: 16 KB
* PRG RAM: None
* PRG RAM: None
* CHR capacity: 8 KB RAM [[Category:Mappers with CHR RAM]]
* CHR capacity: 8 KB RAM [[Category:Mappers with CHR RAM|094]]
* CHR bank size: Not bankswitched
* CHR bank size: Not bankswitched
* Nametable [[mirroring]]: Solder pads select vertical or horizontal mirroring
* Nametable [[mirroring]]: Solder pads select vertical or horizontal mirroring
* Subject to [[bus conflict]]s: Likely
* Subject to [[bus conflict]]s: Yes


== Banks ==
== Banks ==
Line 24: Line 28:
     +-++--- Select 16 KB PRG ROM bank for CPU $8000-$BFFF
     +-++--- Select 16 KB PRG ROM bank for CPU $8000-$BFFF


 
== References ==
  Here are Disch's original notes:
* NES mapper list by Disch [http://www.romhacking.net/documents/362/]
  ========================
  =  Mapper 094          =
  ========================
 
  Example Games:
  --------------------------
  Senjou no Ookami
 
 
  Registers:
  --------------------------
  I don't know if this mapper suffers from bus conflicts or not.  Use caution!
 
 
    $8000-FFFF: [...P PP..]   PRG Reg  (16k @ $8000)
 
 
  PRG Setup:
  --------------------------
 
        $8000  $A000  $C000  $E000 
      +---------------+---------------+
      |    $8000    |    { -1}    |
      +---------------+---------------+

Latest revision as of 00:14, 28 April 2019

NESCartDB
iNES 094
UN1ROM

INES Mapper 094 is used to represent the board HVC-UN1ROM. Senjou no Ookami (Japanese version of Commando) is the only game known to utilize this mapper. It is very similar to UxROM, but the register is shifted by two bits.

Overview

  • PRG ROM size: 128 KB
  • PRG ROM bank size: 16 KB
  • PRG RAM: None
  • CHR capacity: 8 KB RAM
  • CHR bank size: Not bankswitched
  • Nametable mirroring: Solder pads select vertical or horizontal mirroring
  • Subject to bus conflicts: Yes

Banks

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

Registers

Bank select ($8000-$FFFF)

7  bit  0
---- ----
xxxP PPxx
   | ||
   +-++--- Select 16 KB PRG ROM bank for CPU $8000-$BFFF

References

  • NES mapper list by Disch [1]