emukidid
b2935ceb25
Compiled a GC build to notice that some DVD stuff broke. this is now fixed.
2008-04-03 13:36:04 +00:00
emukidid
09069b432c
saved more space from my bad .h habbits
2008-04-03 12:39:18 +00:00
emukidid
947d8e301a
Saved 2kb from useless DVD stuff
2008-04-03 10:33:04 +00:00
emukidid
156cc5f151
Oops, I'd made a mistake when commenting.
2008-04-03 08:15:20 +00:00
emukidid
3ec188b32e
Cleaned up the save methods to remove the old ones (pre fileBrowser days) and also remove printf's that might've come up
2008-04-03 07:13:05 +00:00
emukidid
297d15f72d
Saved about ~110kb but now users may only have 150 files per directory on DVD, remember to note this in the readme
2008-04-03 06:55:13 +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
2ac3cfffc3
Commented the retrace function to check reset button as it _might_ break things
2008-04-03 00:50:02 +00:00
emukidid
c271fa6f56
Commented out the controller printfs
2008-04-03 00:45:33 +00:00
tehpola
6aa4ea2779
Edited wiki page through web user interface.
2008-04-02 17:48:53 +00:00
emukidid
c5307cd085
Edited wiki page through web user interface.
2008-04-02 10:44:24 +00:00
emukidid
0c57911f15
GLN64 Wii makefile and Wii DVD Defines fixed
2008-04-02 06:28:21 +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
emukidid
d1f1b72672
txtbuffer was defined in debug.h and therefore was making a new copy everytime it was included. this is now fixed.
2008-04-02 04:43:33 +00:00
emukidid
a3190f747f
DVD issue fixed
2008-04-01 15:36:06 +00:00
tehpola
f0a1e6647d
Fixed some more dynarec bugs (block's length wasn't reset before a new recompilation, stack doesn't overflow into heap), but there's a really strange one now that I don't even know where to begin with.
2008-03-30 01:03:57 +00:00
tehpola
e4f362cc2b
Fixed a couple bugs in genJumpTo, now the destination actually gets constructed properly and I'm handling offsets at least a little more correctly.
2008-03-27 01:04:26 +00:00
tehpola
70e626a2b4
Added support for interpreting branch instructions, but jump_to (or genJumpTo) needs to be fixed.
2008-03-26 23:43:27 +00:00
emukidid
cb6e3ac942
Parition stuff and documented the functions
2008-03-26 08:32:08 +00:00
tehpola
84b1249a90
Added space in MEM2 for the loader.
2008-03-20 16:14:46 +00:00
emukidid
90ff145bba
Edited wiki page through web user interface.
2008-03-20 01:17:35 +00:00
emukidid
d850cd790c
Edited wiki page through web user interface.
2008-03-20 01:16:32 +00:00
emukidid
e6270b9914
DVD Browsing now works however there is still a bug when loading a ROM
2008-03-19 14:17:12 +00:00
emukidid
316ace7ee7
Fixed some defines. Added Wii DVD functions (currently broken - but i'm working on it!)
2008-03-19 09:22:42 +00:00
sepp256
474e6c93d0
Fixed a texture conversion bug.
...
Fixed a texture coordinate bug.
Reworked some combining/blending code.
Added support for Screen Capture -> .png file.
(This is currently commented as it would require ~1MB of RAM)
Still need to figure out Mario's shininess.
2008-03-09 22:57:26 +00:00
tehpola
e7efec14e7
Fixed issue in dynarec that would cause the recompiler to get stuck in an infinite loop.
2008-03-08 01:35:03 +00:00
emukidid
fdda1b035b
Fixed up the Makefile.GX_gfx_wii makefile because it was not working properly under windows due to some lines being more than 80 characters long.
2008-03-02 11:18:25 +00:00
sepp256
5f281471c5
Updated GX_gfx and soft_gfx Makefiles to compile with latest libOGC
...
Added "Liip year 2008 edition!!" to credits screen
Lots of GX fixes, including handling of N64 transform matrices, calculation of lighting and generated texture coordinates, and texture synchronization with CPU...
I didn't get to some other GX fixes I want to do, so don't complain about Mario's face looking weird, yet. :)
2008-03-01 09:14:52 +00:00
emukidid
b76b15486e
Fixed embedded fonts (I had forgotten the arial.h file)
2008-03-01 02:43:03 +00:00
tehpola
190a59af08
Wii Makefiles and a little work on the README for the next release
2008-03-01 01:31:32 +00:00
tehpola
35c3d65f95
Should print out more dynarec debugging info to the USBGecko, should turn off wiimote if line is uncommented, and more detailed, better formatted profiling.
2008-02-29 16:21:11 +00:00
emukidid
2076128f8e
Made USBGEcKo output more stable. now size is sent first of the string and then the actual data packet. example code in PC/memdump.cpp
2008-02-29 10:05:03 +00:00
tehpola
c89391a3df
Implemented all the Floating Point Comparison instructions in Dynarec
2008-02-29 04:02:43 +00:00
tehpola
811e2cbf07
Oh, and the DBG_PROFILE define
2008-02-27 04:42:30 +00:00
tehpola
86bd15a8e3
Initial Profiling code (needs refining for better results).
2008-02-27 04:40:51 +00:00
emukidid
8c7eeb95e6
added new flag.. PRINTGECKO because if you try to print without a usbgecko plugged in the emu will hang waiting ffor the PC to take the data, usbgecko and embedded fonts are now off in the makefile, turn them on as needed.
2008-02-26 13:22:35 +00:00
emukidid
f5d7aa9fb3
Fixed USBGecko Printing to actually work, added dir called PC which contains a PC usbgecko app i quickly hacked together. also, added flag EMBEDDED_FONTS which will work for Qoob users.
2008-02-26 13:12:23 +00:00
tehpola
1e14c25986
Removing customlibs; we shouldn't need this anymore as libOGC is being maintained.
2008-02-25 15:31:14 +00:00
tehpola@yahoo.com
62d297c15f
ROMCache-MEM2 (Wii Only): loads ROMs into its MEM2 space defined in gc_memory/MEM2.h
2008-02-25 01:00:52 +00:00
tehpola@yahoo.com
937c4f2156
Adding MEM2 header to define ownership of chunks of MEM2: currently ROMCache and TexCache have 32MB and 16MB respectively with a few MB unclaimed.
2008-02-25 00:59:08 +00:00
tehpola@yahoo.com
4ed8a92a5e
Reverted accidental changes to gui_GX-menu.c and a simple attempt at not throwing an exception when something goes wrong with the menuFileBrowser
2008-02-25 00:57:44 +00:00
tehpola@yahoo.com
668795ef26
Since Progressive is supported by official libogc, removed my #ifdef NTSC_PROGRESSIVE_SUPPORT
2008-02-25 00:47:14 +00:00
emukidid
0d10a68e7a
USB Gecko debug printing, use DEBUG_print(string,DBG_USBGECKO); to print out your message, it will get send straight to the PC from usbgecko slot B, it won't wait for any GUI list
2008-01-23 00:33:31 +00:00
tehpola@yahoo.com
7d4f0fdf82
Minor fixes to dynarec; nothing new.
2008-01-18 23:45:46 +00:00
tehpola@yahoo.com
af57ae7732
Minor fixes to dynarec; nothing new.
2008-01-17 00:11:05 +00:00
tehpola@yahoo.com
f68f86ebef
Fixed a compile error that was introduced in r210
2008-01-11 00:32:39 +00:00
tehpola
295445abea
Hopefully this fixes the 'broken' pure interpreter
2008-01-11 00:00:35 +00:00
tehpola@yahoo.com
24ed94b48c
Dynarec interrupt code and a couple little dynarec fixes
2008-01-10 21:48:47 +00:00