User:Zzo38/Mapper B: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
No edit summary
(userspace mapper drafts should not use mainspace categories)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<!-- [[Category:Discrete logic mappers]] -->
This mapper was originally described by tepples as "Mapper 670" after its use of a 74HC670 prior to the division of the [[NES 2.0#Byte 8 (Mapper variant)|NES 2.0 expanded mapper space]] into [[Mapper#Supplementary Multilingual Plane|planes]].
This mapper was originally described by tepples as "Mapper 670" after its use of a 74HC670 prior to the division of the [[NES 2.0#Byte 8 (Mapper variant)|NES 2.0 expanded mapper space]] into [[Mapper#Supplementary Multilingual Plane|planes]].



Latest revision as of 01:37, 23 March 2018


This mapper was originally described by tepples as "Mapper 670" after its use of a 74HC670 prior to the division of the NES 2.0 expanded mapper space into planes.

CPU address space:

  • $8000-$9FFF: Switchable bank 0
  • $A000-$BFFF: Switchable bank 1
  • $C000-$DFFF: Switchable bank 2
  • $E000-$EFFF: Switchable bank 3
  • $F000-$FFFF: Fixed to last bank

Banks are switched by writing the 8K bank number into the low four bits of registers in the same address space where the banks are at. There is no bus conflicts.

Sometimes there may be PRG RAM at $6000-$7FFF. Usually there is 8K CHR RAM, although it would also work with 8K CHR ROM.

References