Commit graph

35 commits

Author SHA1 Message Date
Extrems
9e7a4660f2 Increased maximum ROM size to 252/256 MiB.
Improved framebuffer size heuristic.
2024-06-15 16:57:08 -04:00
Extrems
0d0562ec3b Fixed exploding geometry.
Fixed fogging with zero multiplier.
Fixed audio sampling rate for demos.
2020-05-14 13:20:50 -04:00
Extrems
1bb10eb21d 2017-10-09 13:55:01 -04:00
Extrems
6d9c01a485 2017-10-06 13:35:48 -04:00
Extrems
866fce20ed 2017-10-03 21:00:42 -04:00
Extrems
223c058983 2017-09-30 16:55:02 -04:00
Extrems
a6a27c8b75 2015-02-04 04:12:48 -05:00
Extrems
426ac4db5a 2015-02-04 04:02:53 -05:00
Extrems
1a42cd3159 2015-02-04 02:52:54 -05:00
Extrems
3cde57f6c3 2015-02-04 02:42:06 -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
7b3411d899 GOLDENEYE WORKING IN DYNAREC!!! 2010-05-15 03:42:42 +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
61d2ec05ad rwmem 0x10000 fixup from tehpola branch ported to googlecode. 2009-10-15 21:50:02 +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
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
7321c40a61 the 0x40/0x80 loops make a difference for us since we define 4mb sometimes 2008-06-15 12:43:03 +00:00
emukidid
8c4a299693 4mb fix now works on more games 2008-06-15 12:38:39 +00:00
emukidid
fc3d1c61ee -DUSE_TLB_CACHE added to all makefiles, you can remove it to use the MEM2 uncached version but obviously only on Wii. We later should change it to be malloc'd from MEM2 but for now it's fine. 2008-06-06 13:42:48 +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
da5b59c972 Compiler warnings fixed in gc_memory, gc_audio, gc_input 2008-05-15 01:49:11 +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
sepp256
6f43450146 Added -DUSE_EXPANSION compiler flags to memory.c/.h and to glN64_GX.
- Untested.
Updated glN64 Makefiles.
2008-04-22 22:52:06 +00:00
emukidid
30b97644f7 Un-commented the Read_Nothing special case due to it not making any speed improvements disabled 2008-04-03 06:41:02 +00:00
emukidid
eee4ebb127 Memory Free Checking added (every 5 secs of VI's). Doesn't seem to slow down much at all. 2008-04-03 06:39:34 +00:00
emukidid
c271fa6f56 Commented out the controller printfs 2008-04-03 00:45:33 +00:00
sepp256
0fd14c9e49 Added initial port of glN64 gfx plugin to GX.
Small fixes to the DEBUG, font, gui.
Added GDB code for DEBUGON flag. (Works fine if you init after ROM load.)
2008-04-02 05:32:08 +00:00
emukidid
362890673e Now we're really running 4mb Jumper Pak only 2008-04-02 05:19:49 +00:00
tehpola@yahoo.com
3d7001bd51 Committing the new code (menu, file browser) although it still doesn't work properly 2007-12-26 23:54:30 +00:00
emukidid
aefd89f797 Check wiki for more info, this was a compiler warning fixup commit 2007-12-13 08:47:27 +00:00
tehpola@yahoo.com
6b33f66dd7 Added support for GUI for most stuff that's using the text UI 2007-10-17 20:39:24 +00:00
tehpola@yahoo.com
1c193cc77a Initial Import 2007-09-01 18:57:11 +00:00