Commit graph

144 commits

Author SHA1 Message Date
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@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
tehpola@yahoo.com
558cc2b24b Couple little fixes in dynarec; just wanted to make sure they were in svn 2008-01-08 07:13:03 +00:00
tehpola@yahoo.com
615968ed39 Resuming game play seems to work flawlessly now. 2007-12-31 07:03:03 +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
d0ec47fec7 Removed some more compiler warnings (added that signed char in MIPS-to-PPC.c), added debug prints to pif,flashram and cache load blocks 2007-12-17 02:10:59 +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
b85e4c8cb3 I added a function prototype because apparently this didn't compile 2007-10-09 16:55:31 +00:00
tehpola@yahoo.com
c0fe5e2397 Little work to make jr properly in all cases (not quite perfect yet) 2007-10-09 01:56:04 +00:00
sepp256
81cfbcb6cc This revision includes initial GX graphics. I'm still adding a lot, so the structure of the GX plug-in code will change in the near future. To compile for GX, use Makefile.GX_gfx. I am not able to test at the moment, so let me know if this revision breaks anything or if the GX plugin does not work. 2007-10-02 21:17:15 +00:00
tehpola@yahoo.com
553ac05b2f Whoa, big mistake on the registers ori uses, should be fixed 2007-09-10 04:57:42 +00:00
tehpola@yahoo.com
911f97f952 Changed a fixme about something I incorrectly assumed 2007-09-10 03:31:43 +00:00
tehpola@yahoo.com
54741d5884 Fixed slti 2007-09-09 16:37:32 +00:00
tehpola@yahoo.com
77ee32d0db Jumping/Branching out takes one less instruction 2007-09-08 21:49:53 +00:00
tehpola@yahoo.com
2ba07bc554 Little work on branch instructions 2007-09-08 04:26:51 +00:00
sepp256
f4e3fd346d added printf to output single interpreted instruction 2007-09-06 07:40:06 +00:00
tehpola@yahoo.com
1788a19393 Damn computer... 2007-09-06 07:14:22 +00:00
tehpola@yahoo.com
c8f9e4f692 Weird xor... 2007-09-06 07:10:26 +00:00
tehpola@yahoo.com
61a519aa37 Whoops, regs are long longs 2007-09-06 06:58:59 +00:00
emukidid
0609b7620b comments updated 2007-09-06 06:52:51 +00:00
tehpola@yahoo.com
710540a5c1 Fixed silly zero-ing reg[0] DSI 2007-09-06 06:40:46 +00:00
emukidid
16c524dd04 r1 fixup in genCallInterp MIPS-to-PPC.c 2007-09-06 06:30:33 +00:00
tehpola@yahoo.com
5ca12063c5 Outlined a better genCallInterp 2007-09-06 05:49:40 +00:00
tehpola@yahoo.com
2a83c0f5f1 Outlined a fixed genCallInterp (not implemented yet) 2007-09-06 03:45:42 +00:00
tehpola@yahoo.com
554fb3e2d3 Fixed a typo in a comment, silly, I know 2007-09-05 22:16:42 +00:00
tehpola@yahoo.com
3a192c8991 Hopefully fixed branches when the code get resized 2007-09-05 21:42:41 +00:00
tehpola@yahoo.com
edbf940d6d Notes on how to properly implement jr 2007-09-05 06:35:42 +00:00
tehpola
3e3b74f73a Fixed interpreter bug (Pure interpreter didn't know which instruction to interpret) 2007-09-04 17:25:49 +00:00
tehpola
5e9ef6e7b6 Fixed interpreter bug (Pure interpreter didn't know which instruction to interpret) 2007-09-04 17:25:31 +00:00
tehpola@yahoo.com
bbde5f5d98 Debugging break instruction 2007-09-04 05:23:50 +00:00
tehpola@yahoo.com
f98de474c3 Debugging break instruction 2007-09-04 04:43:59 +00:00
tehpola
7d4425f7a2 Fixed interpreter bug (Extracted the wrong bit-field) 2007-09-03 23:25:34 +00:00
tehpola@yahoo.com
80fff3ee9a Didn't realize PC had already been malloced 2007-09-03 06:13:12 +00:00
tehpola@yahoo.com
32cacc6fa6 Fixing bugs with decodeNInterpret 2007-09-02 22:43:44 +00:00
tehpola
80f101059b Fixed a scope issue with interp_ops 2007-09-02 17:51:06 +00:00
tehpola
d74a3cb70e Malloced PC for calls the interpreter 2007-09-02 17:44:36 +00:00
tehpola
9f1ac236b2 Need these files to compile (will be fixed later) 2007-09-02 17:43:52 +00:00
tehpola
c05ba50d8e Fixed some major issues in decodeNInterpret. 2007-09-02 17:43:13 +00:00
tehpola@yahoo.com
286a98cec5 Little work on the dynarec 2007-09-02 07:23:21 +00:00
tehpola@yahoo.com
1c193cc77a Initial Import 2007-09-01 18:57:11 +00:00