INES Mapper 232: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "Category:iNES Mappers Here are Disch's original notes: ======================== = Mapper 232 = ======================== Example Games: ------------…")
 
m (DEFAULTSORT)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:iNES Mappers]]
{{DEFAULTSORT:232}}[[Category:iNES Mappers]][[Category:in NesCartDB]][[Category:Multicart mappers]][[Category:Mappers with CHR RAM]][[Category:NES 2.0 mappers with submappers]]
 
   Here are Disch's original notes:   
   Here are Disch's original notes:   
   ========================
   ========================
Line 14: Line 15:
   Notes:
   Notes:
   --------------------------
   --------------------------
   This is another Camerica/Codemasters mapper like 071.  Like 071, this mapper also involves a custom lockout
   This is another Camerica/Codemasters mapper like [[iNES Mapper 071|071]].  Like 071, this mapper also involves a custom lockout
   defeat circuit which is mostly unimportant for emulation purposes.  Details will not be mentioned here, but
   defeat circuit which is mostly unimportant for emulation purposes.  Details will not be mentioned here, but
   are outlined in Kevtris' Camerica Mappers documentation.
   are outlined in Kevtris' Camerica Mappers documentation.

Latest revision as of 21:49, 21 April 2015


 Here are Disch's original notes:  
 ========================
 =  Mapper 232          =
 ========================
 
 Example Games:
 --------------------------
 Quattro Adventure
 Quattro Sports
 Quattro Arcade
 
 
 Notes:
 --------------------------
 This is another Camerica/Codemasters mapper like 071.  Like 071, this mapper also involves a custom lockout
 defeat circuit which is mostly unimportant for emulation purposes.  Details will not be mentioned here, but
 are outlined in Kevtris' Camerica Mappers documentation.
 
 
 Registers:
 ---------------------------
 
  $8000-BFFF:   [...B B...]   PRG Block Select
 
  $C000-FFFF:   [.... ..PP]   PRG Page Select
     
 
 PRG Setup:
 ---------------------------
 
 Pages are taken from the 64k block currently selected by $8000.
 
       $8000   $A000   $C000   $E000  
     +---------------+---------------+
     |     $C000     |     { 3 }     |
     +---------------+---------------+