Commit graph

92 commits

Author SHA1 Message Date
Extrems
304c56f72c 2016-04-20 14:29:23 -04:00
Extrems
7d39fbc8b4 2015-02-05 04:08:28 -05:00
Extrems
a6a27c8b75 2015-02-04 04:12:48 -05:00
Extrems
426ac4db5a 2015-02-04 04:02:53 -05:00
Extrems
b6084c1d31 2015-02-04 03:02:51 -05:00
Extrems
1a42cd3159 2015-02-04 02:52:54 -05:00
Extrems
3cde57f6c3 2015-02-04 02:42:06 -05:00
Extrems
b4702846a2 2015-02-04 02:32:38 -05:00
Extrems
48d2950e04 2015-02-04 02:26:00 -05:00
Extrems
0994573e4e 2015-02-04 02:11:59 -05:00
Extrems
1b85d78c76 2015-02-04 02:07:05 -05:00
emukidid
547d0bd432 Fixing encapsulation on rom_read() 2010-05-27 14:13:45 +00:00
sepp256
4f0934ac1b Reverting r566 changes, which broke all games. (Freeze on "Play Game") 2010-05-26 14:25:12 +00:00
emukidid
3cfb3ad03b Rectifying some compiler warnings 2010-05-26 14:15:45 +00:00
emukidid
e4412d2fa9 Fixed issue where flashram was reset on ROM reset. 2010-05-25 13:35:55 +00:00
emukidid
a6af2bf913 Ported dynarec from /tehpola (with func linking and constant propagation) 2010-05-23 02:20:16 +00:00
emukidid
5160b54f8b Fix TLB-Cache.c compile issues 2010-05-18 22:33:05 +00:00
tehpola
94c3efb75b Refactored TLB-Cache to reduce code duplication. 2010-05-18 16:50:30 +00:00
emukidid
7b3411d899 GOLDENEYE WORKING IN DYNAREC!!! 2010-05-15 03:42:42 +00:00
emukidid
aba3e986c1 - Full TLB in ARAM for GC (-DARAM_TLBCACHE & TLB-Cache.c)
- GC ROM cache is ~3.93MB (63x64Kb blocks) in ARAM
- Moved ARQ_Init and ARQ_Reset to ARAM_manager_init
- TODO: revise ROM cache or possibly remove it from ARAM to L1
2010-04-27 22:17:27 +00:00
emukidid
c785428d7d - ARAM-blocks blocks array in ARAM for GC (use -DARAM_BLOCKCACHE)
- recompCache on GC bumped up to 8MB
- ROM cache now 11.75MB for GC
- L1 ROM cache for GC increased (but still disabled)
- Wii uses inline funcs which use blocks[] array, no difference
2010-04-27 22:15:02 +00:00
emukidid
ebf7afa3dd EEPROM clearing on each ROM load 2010-04-15 14:23:49 +00:00
emukidid
ab2c58ffbc GC Rom Cache now has 256kb sized blocks 2010-04-15 14:22:32 +00:00
emukidid
083c2adfff gc_memory folder headers done 2009-11-10 13:36:37 +00:00
emukidid
9dc0096897 Save files & save states are now using GOODNAME(REGION).xxx format. 2009-11-05 12:29:36 +00:00
emukidid
ca3ce66473 Saving now actually returns proper error codes if a write fails.
We have "Nothing to Save", "Saved Successfully to X" and "Failed to save".
2009-10-28 12:41:24 +00:00
emukidid
156b1210b1 Flashram fix too which I forgot to make. 2009-10-27 21:34:04 +00:00
emukidid
b3250cc500 Saves shouldn't crash now, it was due to using the old GUI_print system. 2009-10-27 21:32:31 +00:00
sepp256
29173c2ab6 Moved xfb back to MEM1 and restored rendering to full xfb.
These features are just commented out for now so we can test them some more.
2009-10-21 21:56:14 +00:00
sepp256
670473d035 Moved xfb's to MEM2 to free up another 1.3MB of MEM1.
Emu_kidid: please test the performance. You can switch back to MEM1 by changing main_gc-menu.c line388
Also, HBC enables video and draws garbage over the xfb during reload. Perhaps move xfb to higher in MEM2 to fix this issue.
2009-10-21 21:53:38 +00:00
tehpola
f8dd17b4db Rearranged includes to be compatible with newest libogc code 2009-10-21 12:49:24 +00:00
emukidid
0318cb2517 Ported latest /tehpola/r4300 core, but with blocks in MEM2. Default settings in the Makefile.GLN64_dev_wii are expansion pak enabled and 8MB recompCache. 2009-10-21 12:47:35 +00:00
emukidid
0a1719d18d MEM2.h updated with tehpola's memory size macro in preparation for the core to come in from /tehpola/r4300 2009-10-21 12:45:51 +00:00
emukidid
03b8337341 Clearing of flashram in init_flashram.
init_font() only called once now, shouldn't see fonts disappear anymore.
2009-10-20 21:24:46 +00:00
emukidid
00fea27052 blocks is now located in MEM2, yay 4MB more free space in MEM1. Removed libfat USB stuff cause it's only on the libOGC svn for now. Default RecompCache is now 6MB. 2009-10-19 13:21:57 +00:00
emukidid
5c8325727b Saves are now in MEM2 for Wii. 256kb+32kb saved. 2009-10-16 03:51:13 +00:00
emukidid
55fa5d4157 Moved invalid_code & fonts into MEM2 for Wii. ROM-Cache-MEM2 now is 16MB in 1MB chunks (needs work for 512Kb chunks). TexCache is now 16MB. Recomp Cache is now 4Mb. 2009-10-16 03:50:12 +00:00
emukidid
3d0b262028 TLB-Cache-hash deinit() called inside of init() just for safekeeping. fixed restart game as per tehpola branch. fixed possible strcpy overflow in rom loading. 2009-10-16 03:49:06 +00:00
emukidid
61d2ec05ad rwmem 0x10000 fixup from tehpola branch ported to googlecode. 2009-10-15 21:50:02 +00:00
emukidid
f02799e568 Savestates fixes ported from tehpola branch :) 2009-10-14 12:09:19 +00:00
tehpola
af7b8b93a2 Hopefully porting the entire dynarec to the public trunk code. 2009-10-13 12:21:43 +00:00
tehpola
cc3c249cff Consilidated memory LUTs into one memory LUT which points to smaller
LUTs for read/write byte/hword/word/double.  Saved substantial amount of 
memory.
2009-02-23 18:47:42 +00:00
emukidid
d312cc5df7 Code tidy up - ROM_SETTINGS.goodname is now trimmed once, not every time it's needed. Also removed useless prints from rom_gc.c 2008-11-20 01:38:55 +00:00
emukidid
81f0d52cc6 Removed more compiler warnings, removed VCR files, if we do implement that later on, just grab them from PC source. 2008-09-11 05:06:28 +00:00
emukidid
6ee88c6612 Moved TLB dumping to separate functions. Made TLB cache LUT's static once again 2008-08-12 12:53:07 +00:00
emukidid
08238a2be2 TLB LUT clearing on Init since they are no longer statically allocated as NULL initialised arrays. 2008-08-09 00:42:13 +00:00
emukidid
490feea15d fixed multiple declaration of tlb luts 2008-08-08 23:31:17 +00:00
emukidid
bef9c0c5fb TLB Saving/Loading in savestates, tested it on a handful of ROMS and it seems to work 2008-08-08 13:21:51 +00:00
emukidid
82a6085f3b Mempaks should format every time a new game is loaded (to avoid Corrupt Mempak warnings) 2008-07-06 06:08:51 +00:00
emukidid
7321c40a61 the 0x40/0x80 loops make a difference for us since we define 4mb sometimes 2008-06-15 12:43:03 +00:00