Search found 15 matches

by sneeze
Mon Apr 23, 2007 6:47 am
Forum: PS2 Development
Topic: Building PS2 GCC 3.x on a GCC 4.x platform
Replies: 14
Views: 6680

Yes, just replace the gcc-3.2.2.patch file

Did it work ok?
by sneeze
Thu Apr 19, 2007 7:10 am
Forum: PS2 Development
Topic: DevC++?
Replies: 8
Views: 4322

If you have a svn account, feel free to replace the gcc-3.2.2.patch file in svn with the one I've provided :P
by sneeze
Wed Apr 18, 2007 6:24 am
Forum: PS2 Development
Topic: DevC++?
Replies: 8
Views: 4322

But it _is_ possible to compile the toolchain on GCC4

Just get the patches from
http://forums.ps2dev.org/viewtopic.php?t=7561
by sneeze
Mon Feb 12, 2007 1:57 am
Forum: PS2 Development
Topic: irx into elf
Replies: 3
Views: 2408

If you have access to the Sony libs, you should also have access to https://www.ps2-pro.com/ where you should be able to get all the help you need.
by sneeze
Sat Feb 03, 2007 1:05 am
Forum: PS2 Development
Topic: Building PS2 GCC 3.x on a GCC 4.x platform
Replies: 14
Views: 6680

I took some alternatives of these patches (see references below) and merged them with the result from the gcc-3.2.2.patch. You can find it here http://h1.ripway.com/sneezer/gcc-3.2.2_on_4.x.patch Feel free to try it out. It should work as a direct replacement of the 3.2.2.patch file The actual patch...
by sneeze
Fri Feb 02, 2007 9:36 pm
Forum: PS2 Development
Topic: "Warning: ignoring changed section attributes for .text
Replies: 3
Views: 2672

Try this patch on irx.h --- irx.h_orig 2007-02-02 12:33:08.000000000 +0100 +++ irx.h 2007-02-02 12:34:14.000000000 +0100 @@ -50,7 +50,7 @@ */ #define DECLARE_IMPORT_TABLE(modname, major, minor) \ static struct irx_import_table _imp_##modname \ - __attr...
by sneeze
Sun Oct 08, 2006 5:34 am
Forum: PSP Development
Topic: PSP LCD alternatives - Can you only use the OG spec?
Replies: 17
Views: 8019

Just a note, PSP2TV _is_ a hardware mod (google for it), it is _not_ one of those cameras that captures the screen.
by sneeze
Tue Sep 12, 2006 6:31 am
Forum: PSP Development
Topic: PMP VLC 0.0.9 Player
Replies: 578
Views: 975095

Another option is to fill the vlc playlist with channel information taken from pmp.ini (e.g. a url list where each url zaps the tuner to a different channel). Vlc does have an api for manipulating playlists and selecting items from them so that could be a solution. I'd vote for adding playlist mani...
by sneeze
Thu Aug 17, 2006 4:00 am
Forum: PS2 Development
Topic: Suitable flash chip for custom bios?
Replies: 8
Views: 4728

Suitable flash chip for custom bios?

I'm interested in replacing the ps2 bios with a flash chip (and making my own custom bios). I know it's been done in the past, but I can't seem to find any specific information on it. So I simply wonder if anyone in here can recommend a suitable flash chip, and has a list of the pinout of the ps2 bi...
by sneeze
Wed Jun 28, 2006 9:38 pm
Forum: PS2 Development
Topic: Thread status codes
Replies: 1
Views: 2059

The codes are afaik indeed very similar (they're the same as the psp ones).
by sneeze
Fri Jun 16, 2006 6:59 pm
Forum: PS2 Development
Topic: [SCPH-70004] Built-in IR sensor
Replies: 4
Views: 3627

Sounds cool. One question, will it work only for PS2s with builtin IR?
by sneeze
Thu Apr 06, 2006 7:42 pm
Forum: PS2 Development
Topic: mr browns exploit and set up trouble
Replies: 19
Views: 8868

A cheaper alternative to the RTE disc and modchips might be the the newer Action Replay & Swap Magic discs which also lets you boot homebrew sw from memcard and/or usb (at least that's what they claim, I have no personal experience with any of them).
by sneeze
Wed Mar 22, 2006 4:23 am
Forum: PSP Development
Topic: Serial cable for dummies :-)
Replies: 35
Views: 41747

This one should also work (it's been mentioned somewhere else in this forum, but I thought it could be nice to collect the info in one place) http://www.ftdichip.com/Products/EvaluationKits/MM232R.htm dsn: Do you know what lowest voltage the sparkfun adapter can handle? Could not find any info on th...
by sneeze
Sun Mar 19, 2006 7:55 am
Forum: PS2 Development
Topic: SIF Registers ?
Replies: 1
Views: 1881

I guess you might have found this out yourself by now, but I think I can comment somewhat on it at least (guess ppl who really know (mrbrown?) have moved to other consoles).. Anyway, my understanding of them are something like this (feel free to disagree ;) ) These regs are visible both on the EE (v...
by sneeze
Fri Mar 03, 2006 7:21 am
Forum: PS2 Development
Topic: Which IOP compiler, old or new?
Replies: 1
Views: 1538

Which IOP compiler, old or new?

It seems like there is support for two versions of iop compilers in ps2toolchain. As mentioned in the readme "As there's still a few problems with the patches and irx files.." Is this still valid? Does people have problem with the 'newer' iop compiler? Or have the bugs been fixed? I'm aski...