Mercurial > hg > tilerswift
changeset 120:0c40b4e8270e draft
NES_ROM: modify comment to explain that we only rotate bytes on the PRG
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 02 Oct 2019 09:08:09 -0400 |
parents | 9c97adbb349c |
children | bfced396acca |
files | nes.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nes.py +++ b/nes.py @@ -9,7 +9,8 @@ class NES_ROM(object): def __init__(self, filename): self.filename = filename - # To track circular rotation of the ROM bytes, in case the + + # To track circular rotation of the PRG bytes, in case the # tiles aren't aligned to 16-byte boundaries and the user # moves it. self.initial_position = 0