summaryrefslogtreecommitdiff
path: root/cpu.c
AgeCommit message (Expand)Author
2021-07-03Merge remote-tracking branch 'libretro/master' into pico-feneonloop
2021-07-01Fix some UB behaviourDavid Guillen Fandos
2021-06-27Enable big-endian devices: gc/wiiDavid Guillen Fandos
2021-06-09Cleanup unused stuffDavid Guillen Fandos
2021-05-07Small optimization (~2-4%) and whitespace cleanup!David Guillen Fandos
2021-05-05Fix aligned32 reads in interpreter modeDavid Guillen Fandos
2021-05-05Adding Code Breaker cheat supportDavid Guillen Fandos
2021-05-05Revert "Remove BIOS reserved translation area"neonloop
2021-03-26Move OAM RAM to stubs alsoDavid Guillen Fandos
2021-03-23Make ewram memory linealDavid Guillen Fandos
2021-03-22Adding Normmatt's BIOS as a built-in BIOSDavid Guillen Fandos
2021-03-17Remove BIOS reserved translation areaDavid Guillen Fandos
2021-03-16Move a few more registers to contextDavid Guillen Fandos
2021-03-15Move palettes around to simplify MIPS dynarecDavid Guillen Fandos
2021-03-08Remove libcoDavid Guillen Fandos
2015-07-26Prevent bunch of warningstwinaphex
2014-12-14Rename cpu_orig.c to cpu.ctwinaphex
2014-12-13Remove a lot of the GNU case range extensions instancestwinaphex
2014-12-12CPU interpreter - group more case ranges togethertwinaphex
2014-12-12CPU interpreter - group THUMB cases 0x38 to 0x3F (SUB) togethertwinaphex
2014-12-12Use thumb_opcode_val & 0x7 insteadtwinaphex
2014-12-12CPU interpreter - group THUMB case range 0x30 to 0x37 (ADD) togethertwinaphex
2014-12-12CPU interpreter - group THUMB cases 0x28 to 0x2F togethertwinaphex
2014-12-12CPU interpreter - group Thumb opcode case ranges 0x20 - 0x27 togethertwinaphex
2014-12-12execute_arm_instruction and execute_thumb_instruction - throw themtwinaphex
2014-12-10Add HAVE_DYNAREC ifdeftwinaphex
2014-12-10Code nits - get rid of '== NULL' / '!= NULL'twinaphex
2014-12-10Style nitstwinaphex
2014-12-10cleanupsaliaspider
2014-12-10implement retro_serialize/unserializealiaspider
2014-12-10Remove SDL code in cpu.ctwinaphex
2014-12-10Add macro parameter 'opcode' to some macrostwinaphex
2014-12-09Assume PC_BUILDtwinaphex
2014-12-09Remove gui.ctwinaphex
2014-12-09video output now works in statically linked builds.aliaspider
2014-12-09can compilealiaspider
2011-09-06enable -Wall and fix warnings reported by itnotaz
2011-09-03fix some warningsnotaz
2009-05-21original source from gpsp09-2xb_src.tar.bz2notaz