Search found 13 matches

by monsti
Sun Jun 29, 2008 11:33 pm
Forum: PSP Development
Topic: 4.01M33 issue with Undiluted Platinum
Replies: 12
Views: 2972

Pirata Nervo wrote:I think you misunderstood.
I am not here to answer you.
Yes the answer came from DAX. And i am doing PSP development :)
by monsti
Sun Jun 29, 2008 11:26 pm
Forum: PSP Development
Topic: 4.01M33 issue with Undiluted Platinum
Replies: 12
Views: 2972

Pirata Nervo wrote: we are not here to waste our time answering those type of questions.
Thank you not for answering my question :) But i got an answer.

It's a generic UP issue. It even happens when not using the M33 version.
by monsti
Sun Jun 29, 2008 10:19 pm
Forum: PSP Development
Topic: 4.01M33 issue with Undiluted Platinum
Replies: 12
Views: 2972

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?
by monsti
Tue Mar 13, 2007 8:09 am
Forum: PSP Development
Topic: Resolver hang
Replies: 8
Views: 3382

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...
by monsti
Sun Mar 11, 2007 3:28 am
Forum: PSP Development
Topic: Resolver hang
Replies: 8
Views: 3382

Ok this is patched in the newlib.1.15.0.patch in the toolchainn SVN.
by monsti
Sun Mar 11, 2007 12:38 am
Forum: PSP Development
Topic: Resolver hang
Replies: 8
Views: 3382

fraca7 wrote:This seems to be fixed if I add sceNetResolverStop() in gethostbyname. Should I commit the fix ? Who's "in charge" of newlib ?
Send the patch - I'll add it to 1.1.15.
by monsti
Wed Mar 07, 2007 5:18 am
Forum: PSP Development
Topic: [Ann] PSP Development Tutorial, modules
Replies: 23
Views: 21017

Re: [Ann] PSP Development Tutorial, modules

Anissian wrote: http://ps2dev.org/psp/Tutorials/PSP_Mod ... s.download

Comments, suggestions or fixes are welcome. I hope this can be helpful.
nice work!

Can you also create a Bookr "friendly" version? e.g. a DIN-A-5 format.
by monsti
Tue Mar 06, 2007 12:34 am
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 25656

Hi!

I added a PRX version for pspirkeyb. My intension is to create a prx frontent to the static lib in order to allow a dynamic change for applications using PSP IrKeyb.

But... I can't load the prx. Can somebody please have a look at the sources?
by monsti
Sun Mar 04, 2007 8:56 am
Forum: PSP Development
Topic: Bind to INADDR_LOOPBACK fails
Replies: 1
Views: 1576

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&#40;AF_INET, SOCK_STREAM, 0&#41;; if&#40;sock < 0&#41; &#123; return; &#125; name.sin...
by monsti
Sun Mar 04, 2007 5:58 am
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 25656

Why not read keymaps etc from files? Keymaps are already read by files. I am speaking of creating a PRX based api - a kind of "driver" concept. New pspirkeyb.prx versions can support more keyboards. IR Keyboards are no linear "IR byte" to "key" mapping. Every keyboard ...
by monsti
Sun Mar 04, 2007 5:09 am
Forum: PSP Development
Topic: pthread library
Replies: 3
Views: 3023

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...
by monsti
Sun Mar 04, 2007 3:59 am
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 25656

harleyg wrote:Nice, will be using this soon. :)
I think we'll need a prx version to allow applications adding new keyboards without recompiling.
by monsti
Sun Mar 04, 2007 3:37 am
Forum: PSP Development
Topic: generic PSP IR Keyboard library now in SVN
Replies: 38
Views: 25656

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