index
:
picogpsp
pico-fe
libretro-gpsp with a libpicofe frontend
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu.c
Age
Commit message (
Expand
)
Author
2015-07-26
Prevent bunch of warnings
twinaphex
2014-12-14
Rename cpu_orig.c to cpu.c
twinaphex
2014-12-13
Remove a lot of the GNU case range extensions instances
twinaphex
2014-12-12
CPU interpreter - group more case ranges together
twinaphex
2014-12-12
CPU interpreter - group THUMB cases 0x38 to 0x3F (SUB) together
twinaphex
2014-12-12
Use thumb_opcode_val & 0x7 instead
twinaphex
2014-12-12
CPU interpreter - group THUMB case range 0x30 to 0x37 (ADD) together
twinaphex
2014-12-12
CPU interpreter - group THUMB cases 0x28 to 0x2F together
twinaphex
2014-12-12
CPU interpreter - group Thumb opcode case ranges 0x20 - 0x27 together
twinaphex
2014-12-12
execute_arm_instruction and execute_thumb_instruction - throw them
twinaphex
2014-12-10
Add HAVE_DYNAREC ifdef
twinaphex
2014-12-10
Code nits - get rid of '== NULL' / '!= NULL'
twinaphex
2014-12-10
Style nits
twinaphex
2014-12-10
cleanups
aliaspider
2014-12-10
implement retro_serialize/unserialize
aliaspider
2014-12-10
Remove SDL code in cpu.c
twinaphex
2014-12-10
Add macro parameter 'opcode' to some macros
twinaphex
2014-12-09
Assume PC_BUILD
twinaphex
2014-12-09
Remove gui.c
twinaphex
2014-12-09
video output now works in statically linked builds.
aliaspider
2014-12-09
can compile
aliaspider
2011-09-06
enable -Wall and fix warnings reported by it
notaz
2011-09-03
fix some warnings
notaz
2009-05-21
original source from gpsp09-2xb_src.tar.bz2
notaz