Yes the answer came from DAX. And i am doing PSP development :)Pirata Nervo wrote:I think you misunderstood.
I am not here to answer you.
Search found 13 matches
- Sun Jun 29, 2008 11:33 pm
- Forum: PSP Development
- Topic: 4.01M33 issue with Undiluted Platinum
- Replies: 12
- Views: 3508
- Sun Jun 29, 2008 11:26 pm
- Forum: PSP Development
- Topic: 4.01M33 issue with Undiluted Platinum
- Replies: 12
- Views: 3508
- Sun Jun 29, 2008 10:19 pm
- Forum: PSP Development
- Topic: 4.01M33 issue with Undiluted Platinum
- Replies: 12
- Views: 3508
4.01M33 issue with Undiluted Platinum
Hello,
i have a black PSP when using 4.01M33 (1 or 2) with my UP based Fat PSP.
After installation the PSP doesn't boot. I restored a 3.52M33-4 backup with the Undiluted Platinum Flasher tool with UP's USB port.
Any idea?
i have a black PSP when using 4.01M33 (1 or 2) with my UP based Fat PSP.
After installation the PSP doesn't boot. I restored a 3.52M33-4 backup with the Undiluted Platinum Flasher tool with UP's USB port.
Any idea?
- Tue Mar 13, 2007 8:09 am
- Forum: PSP Development
- Topic: Resolver hang
- Replies: 8
- Views: 3736
Monsti, you really need to make a proper branch if you want to be developing a new set of newlib patches in parallel, or at least tag off what we already have and replace the newlib 1.13 stuff entirely if you're sure that there are no regressions. I didn't use the newlib directory. I just ported th...
- Sun Mar 11, 2007 3:28 am
- Forum: PSP Development
- Topic: Resolver hang
- Replies: 8
- Views: 3736
- Sun Mar 11, 2007 12:38 am
- Forum: PSP Development
- Topic: Resolver hang
- Replies: 8
- Views: 3736
- Wed Mar 07, 2007 5:18 am
- Forum: PSP Development
- Topic: [Ann] PSP Development Tutorial, modules
- Replies: 23
- Views: 22370
Re: [Ann] PSP Development Tutorial, modules
nice work!Anissian wrote: http://ps2dev.org/psp/Tutorials/PSP_Mod ... s.download
Comments, suggestions or fixes are welcome. I hope this can be helpful.
Can you also create a Bookr "friendly" version? e.g. a DIN-A-5 format.
- Tue Mar 06, 2007 12:34 am
- Forum: PSP Development
- Topic: generic PSP IR Keyboard library now in SVN
- Replies: 38
- Views: 28537
- Sun Mar 04, 2007 8:56 am
- Forum: PSP Development
- Topic: Bind to INADDR_LOOPBACK fails
- Replies: 1
- Views: 1662
Bind to INADDR_LOOPBACK fails
Hi, the following example code - gaken from samples/net/simple fails. I want to bind only to INADDR_LOOPBACK. uint16_t port = 10000; int sock; int ret; struct sockaddr_in name; sock = socket(AF_INET, SOCK_STREAM, 0); if(sock < 0) { return; } name.sin...
- Sun Mar 04, 2007 5:58 am
- Forum: PSP Development
- Topic: generic PSP IR Keyboard library now in SVN
- Replies: 38
- Views: 28537
- Sun Mar 04, 2007 5:09 am
- Forum: PSP Development
- Topic: pthread library
- Replies: 3
- Views: 3267
Re: pthread library
I just committed to subversion a very simple (incomplete also) pthread library. Hi Raf, i am working on a port of mono (http://www.mono-project.org) for PSP. Currently i need a more complete pthread library. My idea is to port the old libc5 linuxthreads library (http://pauillac.inria.fr/~xleroy/lin...
- Sun Mar 04, 2007 3:59 am
- Forum: PSP Development
- Topic: generic PSP IR Keyboard library now in SVN
- Replies: 38
- Views: 28537
- Sun Mar 04, 2007 3:37 am
- Forum: PSP Development
- Topic: generic PSP IR Keyboard library now in SVN
- Replies: 38
- Views: 28537
generic PSP IR Keyboard library now in SVN
Hi everybody,
the generic PSP IR Keyboard library hosted at http://pspirkeyb.podzone.net is now in PSP svn.
svn://svn.pspdev.org/psp/trunk/pspirkeyb
Please add support to your IR keyboards if you have one :)
Bye.
Monsti
the generic PSP IR Keyboard library hosted at http://pspirkeyb.podzone.net is now in PSP svn.
svn://svn.pspdev.org/psp/trunk/pspirkeyb
Please add support to your IR keyboards if you have one :)
Bye.
Monsti