You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now my MMC3 implementation only finds the value of the A12 line whenever the PPU reads from the mapper.
Technically it should just know the actual state of A12 at all times, otherwise the counter won't decrement because of writes to PPUADDR.
I need to refactor slightly so that the MMC3 can have direct access to the value of ppu.v somehow.
The text was updated successfully, but these errors were encountered:
Right now my MMC3 implementation only finds the value of the A12 line whenever the PPU reads from the mapper.
Technically it should just know the actual state of A12 at all times, otherwise the counter won't decrement because of writes to PPUADDR.
I need to refactor slightly so that the MMC3 can have direct access to the value of
ppu.v
somehow.The text was updated successfully, but these errors were encountered: