INES Mapper 194: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(MMC3-like)
(m195 isn't the same as m194, but instead more versatile)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:iNES Mappers]][[Category:MMC3-like mappers]]
{{DEFAULTSORT:194}}[[Category:iNES Mappers]][[Category:MMC3 with CHR ROM and CHR RAM]][[Category:Mappers with scanline IRQs]]
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================
Line 18: Line 18:
   Notes:
   Notes:
   --------------------------
   --------------------------
   This mapper is a modified MMC3 (or is based on MMC3?).
   This mapper is a modified [[MMC3]] (or is based on MMC3?).
    
    
   In addition to any CHR-ROM present, there is also an additional 2k of CHR-RAM which is selectable.
   In addition to any CHR-ROM present, there is also an additional 2k of CHR-RAM which is selectable.
Line 24: Line 24:
   CHR Pages $00-$01 are CHR-RAM, other pages are CHR-ROM.
   CHR Pages $00-$01 are CHR-RAM, other pages are CHR-ROM.
    
    
   Apart from that, this mapper behaves exactly like your typical MMC3.  See mapper 004 for details.
   Apart from that, this mapper behaves exactly like your typical MMC3.  See [[INES Mapper 004|mapper 004]] for details.
 
See also:
* Waixing's other MMC3-based mappers with both CHR RAM and CHR ROM- {{mapper|74}}, {{mapper|191}}, {{mapper|192}}, {{mapper|195}}
* Waixing's VRC4-based mappers with both CHR RAM and CHR ROM- {{mapper|252}}, {{mapper|253}}

Latest revision as of 21:27, 10 July 2019

 Here are Disch's original notes:  
 ========================
 =  Mapper 194          =
 ========================
 
 
 aka:
 --------------------------
 Pirate MMC3 variant
 
 
 Example Game:
 --------------------------
 Dai-2-Ji - Super Robot Taisen (As)
 
 
 Notes:
 --------------------------
 This mapper is a modified MMC3 (or is based on MMC3?).
 
 In addition to any CHR-ROM present, there is also an additional 2k of CHR-RAM which is selectable.
 
 CHR Pages $00-$01 are CHR-RAM, other pages are CHR-ROM.
 
 Apart from that, this mapper behaves exactly like your typical MMC3.  See mapper 004 for details.

See also:

  • Waixing's other MMC3-based mappers with both CHR RAM and CHR ROM- 074, 191, 192, 195
  • Waixing's VRC4-based mappers with both CHR RAM and CHR ROM- 252, 253