mrehkopf / sd2snes

SD card based multi-purpose cartridge for the SNES
http://sd2snes.de
GNU General Public License v2.0
579 stars 114 forks source link

Fixed branch latency and readjusted memory latencies which were compensating for it. #223

Closed redacted173 closed 1 year ago

redacted173 commented 1 year ago

This fixes the branch latency for CLS = 0 (StarFox1 and a few others ) to be the correct 4 (2*2) clocks instead of 5. The memory latencies were also set back closer to the expected values. Since branches are very frequent this should make the timing a little more accurate.