INES Mapper 148: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(it's not really bizarre... just obnoxiously pedantic.)
m (should probably explicitly mention banking style)
Line 7: Line 7:
   Mask: $8000
   Mask: $8000
   Bus conflicts:
   Bus conflicts:
   $8000: [.... PCCC]
   $8000: [.... PCCC] - Select 32 KiB PRG bank and 8 KiB CHR bank


== References ==
== References ==
* http://cah4e3.shedevr.org.ru/%5Blst%5D-sachen-mappers.txt
* http://cah4e3.shedevr.org.ru/%5Blst%5D-sachen-mappers.txt
* [http://kevtris.org/mappers/tengen/800008.html Kev's analysis of Tengen 800008]
* [http://kevtris.org/mappers/tengen/800008.html Kev's analysis of Tengen 800008]

Revision as of 07:14, 14 May 2014

Nestopia and Санчез say that iNES Mapper 148 is a cost-reduced version of mapper 146=79=NINA-06 that omits the bus conflict prevention circuitry. This is also known as the hardware that Tengen used in their PCB 800008, containing their version of Tetris.

The only game we’ve found anywhere that actually needs this definition is Sachen’s Mahjong World. Everything else that uses this hardware is accurately emulated using CNROM. Pedantically, Nestopia’s database decided it was more correct to put Panesian’s oversize CNROM games here instead, but failed to also refile Tengen’s Tetris.

 Mask: $8000
 Bus conflicts:
 $8000: [.... PCCC] - Select 32 KiB PRG bank and 8 KiB CHR bank

References