summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-22Add entries to gbaovertwinaphex
2014-12-22Add more entries to gbaovertwinaphex
2014-12-22Add more entries to gbaovertwinaphex
2014-12-22Add more entries to gbaovertwinaphex
2014-12-21Remove patching of two BIOS ROM locationstwinaphex
2014-12-21Update gbaovertwinaphex
2014-12-21Add more entries to gbaovertwinaphex
2014-12-21More changestwinaphex
2014-12-21Add some more vbaover entriestwinaphex
2014-12-21Start adding gbaover - unfinishedtwinaphex
2014-12-20Get rid of function_ccTwinaphex
2014-12-20Change load_gamepak signaturetwinaphex
2014-12-20gba_memory.c - some cleanupstwinaphex
2014-12-20Make functions static in gba_memory.ctwinaphex
2014-12-14Rename cpu_orig.c to cpu.ctwinaphex
2014-12-14Add Super Puzzle Fighter II Turbo (E) and River City Ransom EX (J)twinaphex
2014-12-14Add Super Mario Advance 2 (E) and Super Mario Advance 3 (J)twinaphex
2014-12-14Add Mega Man Battle Network (E)twinaphex
2014-12-14Add Advance Wars (E)twinaphex
2014-12-14Add Castlevania (E)twinaphex
2014-12-14Add Rockman Zero (J) / Final Fight One (E)twinaphex
2014-12-14Add Super Mario Advance (E/U) to game_config.txttwinaphex
2014-12-14Add F-Zero (J) to game_config.txttwinaphex
2014-12-14game_config.txt - Add Battle Network RockMan EXEtwinaphex
2014-12-14 Add Pokemon Mystery Dungeon (E) to game config listtwinaphex
2014-12-14Add game_config.txttwinaphex
2014-12-14Merge pull request #3 from sergiobenrocha2/masterTwinaphex
2014-12-13Avoid proprietary format in copying, HAVE_DYNAREC in armv.sergiobenrocha2
2014-12-13Implement idle loop skipping. The framerate on SMA4 is NINE times faster this...Alcaro
2014-12-13Some Makefile improvementstwinaphex
2014-12-13Create memmap_win32.c for Win32 systems - a mman wrappertwinaphex
2014-12-13Turn two functions statictwinaphex
2014-12-13Remove more case rangestwinaphex
2014-12-13Remove a lot of the GNU case range extensions instancestwinaphex
2014-12-13Put ifdef around <sys/mman.h> includetwinaphex
2014-12-12Get rid of unnecessary macros for sound_timer_queue functions - ittwinaphex
2014-12-12cpu_orig.c - restore to original - bigger codesize but fastertwinaphex
2014-12-12Get rid of optimize_safe rule for cpu.ctwinaphex
2014-12-12Use cpu_orig.c in release builds for now - apparently grouping alltwinaphex
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-12Make compiling in with the 32bit dynarec optional - also includetwinaphex
2014-12-12increase savestate size, was smaller than what was required for 64-bitaliaspider
2014-12-12Another 64bit fix - vertical_pixel_flip needs to be of type s32twinaphex
2014-12-12dma_transfer - change dest_ptr to type uintptr_t - fixes 64bit interpretertwinaphex