Talk:INES Mapper 227: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
 
(Undo revision 17238 by 38.141.52.250 (talk))
 
(8 intermediate revisions by 4 users not shown)
Line 3: Line 3:


What's the correct info after all?
What's the correct info after all?
== /* update */ ==
I can confirm that Disch' information is correct.
---------------
O=1, S=1:      |            < P >            |
Should be P >> 1, not P (tested on real hardware).
: <tt>&lt;P&gt;</tt> is Disch's convention for "P÷2" —[[User:Lidnariq|Lidnariq]] ([[User talk:Lidnariq|talk]]) 16:39, 19 April 2017 (MDT)

Latest revision as of 11:23, 18 November 2019

puNES uses (addr >> 3) for the PRG bank. The info says (addr >> 2).

  $8000-FFFF:  A~[.... ..LP  OPPP PPMS]

What's the correct info after all?

/* update */

I can confirm that Disch' information is correct.



O=1, S=1: | < P > |

Should be P >> 1, not P (tested on real hardware).

<P> is Disch's convention for "P÷2" —Lidnariq (talk) 16:39, 19 April 2017 (MDT)