Commit Graph

238 Commits

Author SHA1 Message Date
Twinaphex ad90c5cad0 Merge pull request #12 from sergiobenrocha2/master
[ARM]Fix build, disable dynarec for now.
2015-02-01 22:22:18 +01:00
Sérgio Benjamim fb984fcaef [ARM]Fix build, disable dynarec for now. 2015-02-01 19:05:48 -02:00
twinaphex 9f81da3e2f (OSX) Updates 2015-02-01 06:23:04 +01:00
twinaphex 95f4781b1e Complete gba_over.h 2014-12-28 16:52:17 +01:00
twinaphex f66824b7e5 (Theos iOS) Add Theos iOS target 2014-12-23 08:58:58 +01:00
twinaphex ee3a885f7c Make QNX target work with dynarec, etc. 2014-12-22 06:52:09 +01:00
twinaphex 360f958f8d Split up gba_over entries into separate header file 2014-12-22 05:18:39 +01:00
twinaphex 2c81cc1915 Add entries to gbaover 2014-12-22 05:15:05 +01:00
twinaphex 34472c0092 Add more gbaover entries 2014-12-22 04:49:26 +01:00
twinaphex d80bf300d4 Add entries to gbaover 2014-12-22 01:01:43 +01:00
twinaphex 167586fbe3 Add more entries to gbaover 2014-12-22 00:32:56 +01:00
twinaphex 99092cafcf Add more entries to gbaover 2014-12-22 00:17:15 +01:00
twinaphex 95e630983c Add more entries to gbaover 2014-12-22 00:08:37 +01:00
twinaphex 9ea187d3a8 Remove patching of two BIOS ROM locations 2014-12-21 09:48:06 +01:00
twinaphex 06022e2559 Update gbaover 2014-12-21 09:21:53 +01:00
twinaphex b89210e14e Add more entries to gbaover 2014-12-21 07:41:57 +01:00
twinaphex 91d7ce94f8 More changes 2014-12-21 07:24:25 +01:00
twinaphex 91d936b13f Add some more vbaover entries 2014-12-21 06:38:55 +01:00
twinaphex cc1a867328 Start adding gbaover - unfinished 2014-12-21 06:29:16 +01:00
Twinaphex d10c4afea2 Get rid of function_cc 2014-12-20 09:14:38 +01:00
twinaphex ba834beeb1 Change load_gamepak signature 2014-12-20 08:35:53 +01:00
twinaphex 9fe97ba148 gba_memory.c - some cleanups 2014-12-20 08:25:17 +01:00
twinaphex ab96870240 Make functions static in gba_memory.c 2014-12-20 08:12:28 +01:00
twinaphex cf973d0c5f Rename cpu_orig.c to cpu.c 2014-12-14 02:51:43 +01:00
twinaphex 531d33e119 Add Super Puzzle Fighter II Turbo (E) and River City Ransom EX (J) 2014-12-14 02:16:06 +01:00
twinaphex 944b32deb5 Add Super Mario Advance 2 (E) and Super Mario Advance 3 (J) 2014-12-14 01:51:46 +01:00
twinaphex c11183c603 Add Mega Man Battle Network (E) 2014-12-14 01:45:22 +01:00
twinaphex 61a42348e6 Add Advance Wars (E) 2014-12-14 01:43:15 +01:00
twinaphex e6d8179473 Add Castlevania (E) 2014-12-14 01:38:29 +01:00
twinaphex 1edee88592 Add Rockman Zero (J) / Final Fight One (E) 2014-12-14 01:36:32 +01:00
twinaphex 4bb56d965e Add Super Mario Advance (E/U) to game_config.txt 2014-12-14 01:20:43 +01:00
twinaphex dd9076d608 Add F-Zero (J) to game_config.txt 2014-12-14 01:13:39 +01:00
twinaphex 0da59722be game_config.txt - Add Battle Network RockMan EXE 2014-12-14 00:47:43 +01:00
twinaphex c5778bed64 Add Pokemon Mystery Dungeon (E) to game config list 2014-12-14 00:27:25 +01:00
twinaphex 1c4095a014 Add game_config.txt 2014-12-14 00:26:15 +01:00
Twinaphex 67197d550e Merge pull request #3 from sergiobenrocha2/master
Avoid proprietary format in copying, HAVE_DYNAREC in armv.
2014-12-14 00:11:39 +01:00
sergiobenrocha2 209d97e0cc Avoid proprietary format in copying, HAVE_DYNAREC in armv. 2014-12-13 20:58:09 -02:00
Alcaro 3c1474e99d Implement idle loop skipping. The framerate on SMA4 is NINE times faster this way! 2014-12-13 22:05:06 +01:00
twinaphex 7e08f8c67b Some Makefile improvements 2014-12-13 06:17:59 +01:00
twinaphex 5820d8be94 Create memmap_win32.c for Win32 systems - a mman wrapper 2014-12-13 05:50:15 +01:00
twinaphex 6ddc6f494d Turn two functions static 2014-12-13 05:01:02 +01:00
twinaphex 87b34754f8 Remove more case ranges 2014-12-13 04:55:24 +01:00
twinaphex cefd5b63ee Remove a lot of the GNU case range extensions instances 2014-12-13 04:50:48 +01:00
twinaphex c1375c871f Put ifdef around <sys/mman.h> include 2014-12-13 01:20:10 +01:00
twinaphex 320bf35a8c Get rid of unnecessary macros for sound_timer_queue functions - it
is pretty apparent what this does on its face, and a macro is somewhat
unnecessary for so few invocations
2014-12-12 17:33:29 +01:00
twinaphex 24eef7a3ff cpu_orig.c - restore to original - bigger codesize but faster 2014-12-12 17:22:56 +01:00
twinaphex d76dada07a Get rid of optimize_safe rule for cpu.c 2014-12-12 17:01:18 +01:00
twinaphex 9fcd576a97 Use cpu_orig.c in release builds for now - apparently grouping all
these case ranges made fps slower, not faster. Keep working on
cpu.c to attain a smaller interpreter core so we can eventually
make this a lot more efficient
2014-12-12 16:59:09 +01:00
twinaphex 72573712d3 CPU interpreter - group more case ranges together 2014-12-12 16:52:23 +01:00
twinaphex 701e2bbf50 CPU interpreter - group THUMB cases 0x38 to 0x3F (SUB) together 2014-12-12 06:48:20 +01:00