INES Mapper 094

From NESdev Wiki
Revision as of 12:31, 26 January 2014 by Bregalad (talk | contribs)
Jump to navigationJump to search


INES Mapper 094 is used to represent the board HVC-UN1ROM. Senjō no Ōkami (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. New development should use mapper 2 instead.

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


 Here are Disch's original notes:
 ========================
 =  Mapper 094          =
 ========================
 
 Example Games:
 --------------------------
 Senjō no Ōkami
 
 
 Registers: (*** BUS CONFLICTS ***)
 --------------------------
   $8000-FFFF:  [...P PP..]   PRG Reg  (16k @ $8000)
 
 
 PRG Setup:
 --------------------------
 
       $8000   $A000   $C000   $E000  
     +---------------+---------------+
     |     $8000     |     { -1}     |
     +---------------+---------------+