aboutsummaryrefslogtreecommitdiff
path: root/source/cpuops.cpp
AgeCommit message (Expand)Author
2013-01-08Permanently remove NO_OPEN_BUS hacks. It was a premature optimisation.Nebuleon Fumika
2013-01-04Move all CPU cycle calculations into cpuops.cpp.Nebuleon Fumika
2013-01-04Move some CPU cycle calculation from address resolution to the opcodes. This ...Nebuleon Fumika
2012-12-27Make cleanly without -DCPU_SHUTDOWN.Nebuleon Fumika
2012-12-26Merge Registers structures into their respective CPUs to avoid additional mem...Nebuleon Fumika
2012-12-24End the use of global variables for CPU emulation. This creates fewer memory ...Nebuleon Fumika
2012-12-23Various optimisations in the CPU emulation.Nebuleon Fumika
2012-12-20Remove the SNES Open Bus behaviour by default. Also simplify translation again.Nebuleon Fumika
2011-03-05first commitKitty Draper