OneLoneCoder / olcNES

NES Emulator, and Tutorial Video Code
1.35k stars 225 forks source link

Cycle precision on addressing modes #9

Open barongello opened 5 years ago

barongello commented 5 years ago

Wouldn't be better to change cycles count directly on addressing modes functions as we do on branches, since it is called after the cycles initialization?

This way we can be more cycle precise for some games that depends on it