aboutsummaryrefslogtreecommitdiff
path: root/source/cpuaddr.h
AgeCommit message (Expand)Author
2017-08-26Still cleaning things up...João Silva
2017-08-14Deleted several unused variables, code and files.João Silva
2017-08-11Start making this suitable for MSVC and C89twinaphex
2017-06-18Support for savestate versioning. Plenty of cleanups.João Silva
2017-02-12CPU and Memory Layout accuracy improvements from uosnes and optimizations fro...João Silva
2017-01-29Converted most types to stdint-style (fixing a few in the process).João Silva
2017-01-16Many cleanups.João Silva
2017-01-14Removed a LOT of useless stuff.João Silva
2017-01-14Moved copyright information to copyright file.João Silva
2016-10-15Add copyright notices since certain guys try to push their lucktwinaphex
2014-11-03use stdint/stdboolaliaspider
2014-10-30apply a faceliftaliaspider
2014-10-2864-bit saferaliaspider
2013-01-08Permanently remove NO_OPEN_BUS hacks. It was a premature optimisation.Nebuleon Fumika
2013-01-04Move some CPU cycle calculation from address resolution to the opcodes. This ...Nebuleon Fumika
2012-12-31MIPS requires 2-byte reads to be aligned to even addresses. #define FAST_ALIG...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
2012-12-18Un-inline a bunch of stuff.Nebuleon Fumika
2011-03-05first commitKitty Draper