index
:
picogpsp
pico-fe
libretro-gpsp with a libpicofe frontend
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gba_memory.c
Age
Commit message (
Expand
)
Author
2014-12-12
dma_transfer - change dest_ptr to type uintptr_t - fixes 64bit interpreter
twinaphex
2014-12-11
Demacro-ize dma_transfer_expand
twinaphex
2014-12-11
gba_memory.c - Turn trigger_dma into function
twinaphex
2014-12-11
(gba_memory.c) Turn trigger_timer into real function
twinaphex
2014-12-11
Turn some sound macro functions in gba_memory.c into real functions
twinaphex
2014-12-11
cleanups
twinaphex
2014-12-10
load_game_config - print config_path
twinaphex
2014-12-10
We don't need to get rid of idle loop patching for non-dynarec
twinaphex
2014-12-10
non-HAVE_DYNAREC codepath compiles and links now
twinaphex
2014-12-10
Add HAVE_DYNAREC ifdef to gba_memory.c
twinaphex
2014-12-10
Add HAVE_DYNAREC ifdef
twinaphex
2014-12-10
Style nits
twinaphex
2014-12-10
Convert enum to sram_type_size to avoid warning
twinaphex
2014-12-10
Fix one warning in Clang
twinaphex
2014-12-10
cleanups
aliaspider
2014-12-10
use correct save directory.
aliaspider
2014-12-10
implement retro_serialize/unserialize
aliaspider
2014-12-10
Rename memory.c to gba_memory.c
twinaphex