summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-12-12Create specialized macro for single_tile_maptwinaphex
2014-12-12And another one - pt. 4twinaphex
2014-12-12And another one - pt. 3twinaphex
2014-12-12And another one - pt. 2twinaphex
2014-12-12Start making specialized functions of multiple_tile_map - pt. 1twinaphex
2014-12-12Cut down a lot of duplicate code in tile_render functionstwinaphex
2014-12-12And there, done - tile_render is gonetwinaphex
2014-12-12And another one pt. 5twinaphex
2014-12-12And another one pt. 4twinaphex
2014-12-12And another pt .3twinaphex
2014-12-12And another one pt. 2twinaphex
2014-12-12And another onetwinaphex
2014-12-12Put proper comments in firsttwinaphex
2014-12-12De-macroize tile_render in render_scanline_text_transparent_normaltwinaphex
2014-12-12Demacro-ize tile_render in render_scanline_text_base_normaltwinaphex