Commit graph

1104 commits

Author SHA1 Message Date
emukidid
d94317fcfd Byteswap variable name fixed in MEM2 2008-06-03 07:21:34 +00:00
emukidid
fb0c399f0d 4mb fix for some games, star wars ep1 racer, excitebike, and many more (still perfect dark and conkers are not working and excitebike crashes) 2008-06-03 05:34:45 +00:00
emukidid
6e87b5d65f ogc_video__reset() added in. Sets PAL/NTSC depending on ROM region 2008-06-02 12:12:48 +00:00
emukidid
dbe4c02ae9 Region swapping uncommented, fixes a handful of games, 007 TWINE, Perfect Dark, etc. and (E) games now boot. Still expansion pak issues 2008-05-28 03:44:14 +00:00
tehpola
1651e9c903 Created sepp256 branch 2008-05-28 00:27:54 +00:00
emukidid
dca628223c Edited wiki page through web user interface. 2008-05-25 15:47:52 +00:00
emukidid
02680bf99e A handful of screenshots from ROMS named A-B 2008-05-25 15:42:27 +00:00
tehpola
d0587b4c64 Edited wiki page through web user interface. 2008-05-25 15:40:28 +00:00
tehpola
9e4e509be9 Removing colon from filename for you Windows users :p 2008-05-25 15:39:32 +00:00
tehpola
f9d745c678 Content-type is picky, I'm trying this once more. 2008-05-25 14:21:29 +00:00
tehpola
e60668676d Tried prepending a Content-Type header to my compatibility list and I apparently improved the script which generates them too. 2008-05-24 13:56:17 +00:00
sepp256
d3917c7500 Updated credits screen to read "Wii64 Tiizer Edition!!" 2008-05-23 06:21:32 +00:00
sepp256
0b9011306d Updated All Makefiles... they now output the correctly named files and also grab libs/includes from the official devkitPro file tree. 2008-05-23 06:20:47 +00:00
emukidid
68cfb806bc Makefile.sft_gfx and Makefile.sft_gfx_wii fixed 2008-05-23 05:21:52 +00:00
emukidid
4c3dca9f64 Makefile.GX_gfx_wii now compiles 2008-05-23 05:13:15 +00:00
emukidid
023a8998df GX_gfx makefile now compiles 2008-05-23 05:05:57 +00:00
emukidid
163c0485f2 removed some old makefiles, removed the usbgecko PC project as it's outdated and replaced the contents of the PC dir with the save byteswapper source+binary. Also removed fileBrowser-SD.c 2008-05-23 05:00:14 +00:00
emukidid
91aef957ae GLN64 makefiles now compile but are missing libdirs the way we had it previously 2008-05-23 04:46:22 +00:00
emukidid
4598524e0c removed sdcard.h and fixed sdcard in debug.c, also had to comment out two things in wrappers.s 2008-05-23 04:41:55 +00:00
tehpola
0ec01ee8b5 Fixed code to use hack around since WPAD interface isn't fully realized 2008-05-23 03:36:46 +00:00
tehpola
72ffed8351 Fixed code to use hack around since WPAD interface isn't fully realized 2008-05-23 03:36:31 +00:00
tehpola
2e797f6c4b Fixed classic support in input plugin for latest cvs 2008-05-23 03:17:03 +00:00
tehpola
14ee8836c4 Fixed classic support in main menu for latest cvs 2008-05-23 03:16:45 +00:00
tehpola
6fa5ae2bee Added new-ppc makefiles, use as you will. 2008-05-23 02:41:34 +00:00
tehpola
9fe6cf1d6c RecompCache update, shouldn't affect anything. 2008-05-23 02:37:05 +00:00
tehpola
09e97fa75d Classic controller support in main menu and detecting progressive properly in Wii. 2008-05-23 02:34:50 +00:00
tehpola
e15d96bf80 Updated menu and fixed a couple things in DEBUG 2008-05-23 02:25:58 +00:00
tehpola
148116568d Updated gc_input (added classic controller support, support for different modules) 2008-05-23 02:21:37 +00:00
tehpola
467894a0c2 fileBrowser-libfat and fixed tmd (and adding the tik back) 2008-05-23 02:19:39 +00:00
sepp256
4ecbf29d95 deleting tik and tmd 2008-05-23 02:18:43 +00:00
emukidid
f13f5820d2 ARAM Block size is flexible (not done for MEM2 yet), currently it's set to 1mb as it was before. change BLOCK_SHIFT in main/ROM_Cache.c and BLOCK_SIZE in gc_memory/aram.h. Not sure how L1 cache will be affected 2008-05-20 12:20:23 +00:00
tehpola
1e26bf4e9a Edited wiki page through web user interface. 2008-05-18 05:59:27 +00:00
emukidid
da5b59c972 Compiler warnings fixed in gc_memory, gc_audio, gc_input 2008-05-15 01:49:11 +00:00
emukidid
aaf093348b Cleared up compiler warnings for files in fileBrowser dir 2008-05-15 01:31:03 +00:00
emukidid
65d3879551 byte_swap now resides in rom_gc.c and some other redundant functions were removed 2008-05-15 01:16:48 +00:00
tehpola
61eba92d52 Edited wiki page through web user interface. 2008-05-14 07:28:19 +00:00
tehpola
d2dbc73ba5 Fixed Recomp-Cache, now you can actually load multiple games with Interpreter. 2008-05-08 07:10:53 +00:00
emukidid
d42627325a Halfword (little endian) and byteswapped roms should now all work properly 2008-05-08 01:00:53 +00:00
tehpola
781c47982d Implemented L1 ROMCache for GC. Untested (not positive it compiles). 2008-05-08 00:34:21 +00:00
tehpola
64c0c501cf Implemented L1 ROMCache for Wii, although stats are decent, it doesn't look like its enough to overcome the overhead of copying into the L1 and/or ROM loading wasn't actually the bottleneck to begin with. Define USE_ROM_CACHE_L1 to enable L1 ROM caching. 2008-05-07 20:30:52 +00:00
emukidid
0d79897ede Edited wiki page through web user interface. 2008-05-07 10:09:10 +00:00
emukidid
691b3a179f Removed newlines at the end of debug_stats 2008-05-07 07:56:56 +00:00
emukidid
96cbff7d60 quick first-pass attempt at DEBUG_stats, see /gui/DEBUG.c and /gui/DEBUG.h 2008-05-07 05:31:28 +00:00
tehpola
4eef89269b Fixed the issue I introduced in the last commit when you select a core before a ROM. Also removed all those nasty \r's introduced by OS X. 2008-05-06 22:38:33 +00:00
tehpola
ca061a9543 Fixed up switching cores a little bit (it does a cpu_deinit with the previous and a cpu_init with the new), made Interpreter / Dynarec show up mutually exclusively in the menu. blocks which map to the same actual memory use the same block now (less duplicate work, less space) and fixed a bug in RecompCache_Update which made the cache evict in a FIFO manner rather than LRU (which may not differ much in reality). 2008-05-05 20:28:11 +00:00
tehpola
7439b8dda4 Oops, meant to commit these files as well. See previous message. 2008-05-05 15:13:26 +00:00
tehpola
c52f8319e9 Interpreter support via RecompCache. WARNING: Some of this code may affect Pure Interpreter although it did not seem to break anything when I tested it. Currently, I have not been able to successfully load a new game after playing one in interpreter mode: I believe there are still some issues with cpu_init and cpu_deinit that I need to work out, but you can resume play after exiting to the menu. USAGE: Add r4300/RecompCache.o to OBJ and -DUSE_RECOMP_CACHE to CFLAGS in your makefile; select Interpreter before you load a ROM. 2008-05-05 15:12:40 +00:00
tehpola
4bd5763add Fixed ROM-Cache-MEM2 bug that prevented ROMs that didn't fit into MEM2 from working. 2008-04-24 03:29:43 +00:00
emukidid
379b4d2a1b Removed Wii DVD stuff functions, Removed Load from DVD in wiimode, Removed usb.c and usb.h (now in libOGC). Also updated all the makefiles to reflect this usb.c removal 2008-04-24 02:01:35 +00:00
tehpola
a091581fb3 Removed code to get certificates from DVD since we're going to include them and it never worked anyways. 2008-04-24 00:56:28 +00:00