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
2015-09-20
fix sram not saving on some platforms.
aliaspider
2015-04-06
show the gbaover details for the current gamepak only.
aliaspider
2014-12-22
Split up gba_over entries into separate header file
twinaphex
2014-12-22
Add entries to gbaover
twinaphex
2014-12-22
Add more gbaover entries
twinaphex
2014-12-22
Add entries to gbaover
twinaphex
2014-12-22
Add more entries to gbaover
twinaphex
2014-12-22
Add more entries to gbaover
twinaphex
2014-12-22
Add more entries to gbaover
twinaphex
2014-12-21
Remove patching of two BIOS ROM locations
twinaphex
2014-12-21
Update gbaover
twinaphex
2014-12-21
Add more entries to gbaover
twinaphex
2014-12-21
More changes
twinaphex
2014-12-21
Add some more vbaover entries
twinaphex
2014-12-21
Start adding gbaover - unfinished
twinaphex
2014-12-20
Get rid of function_cc
Twinaphex
2014-12-20
Change load_gamepak signature
twinaphex
2014-12-20
gba_memory.c - some cleanups
twinaphex
2014-12-20
Make functions static in gba_memory.c
twinaphex
2014-12-13
Remove more case ranges
twinaphex
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