Talk:INES Mapper 227: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
(→/* update: */ new section) |
Krzysiobal (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
I can confirm that Disch' information is correct. | I can confirm that Disch' information is correct. | ||
--------------- | |||
[code] | |||
O=1, S=1: | < P > | | |||
[/code] | |||
Should be P >> 1, not P (tested on read hardware). |
Revision as of 20:44, 19 April 2017
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.
[code] O=1, S=1: | < P > | [/code] Should be P >> 1, not P (tested on read hardware).