Search found 11 matches

by vcarriere
Tue Aug 01, 2006 8:43 am
Forum: PSP Development
Topic: PSP Multi Firmware Project
Replies: 60
Views: 55713

I got a question about the manufacturing of the module. Wouldn't it be easier to get a flex connecter with 8 contacts and solder the connector to the traces, cut the CE trace and solder only one wire to the floating connector pin. Then make a flex cable that run all the way up to this place instead ...
by vcarriere
Tue Aug 16, 2005 6:53 pm
Forum: PSP Development
Topic: PSP Universal Remote
Replies: 23
Views: 11754

Just a simple question (maybe dumb), is it possible to rewrite a prx file and replace it on the psp?

For example, rewrite the ir or remote port driver?
by vcarriere
Wed Jul 27, 2005 7:16 pm
Forum: PSP Development
Topic: Sony animation while launching
Replies: 1
Views: 2669

Sony animation while launching

I was wondering if the code is executed as soon as the app is opened or when the animation has finished loading.....Just a simple question (to know if it could ever be removed if the firmware can ever be hacked).

Sorry if my question is stupid to some ppl.
by vcarriere
Thu Jul 21, 2005 5:24 pm
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

so basically, the sce functions are in the firmware and you send data at this address with the required parameters or you put the values in a accumulator and call the function...
by vcarriere
Thu Jul 21, 2005 12:05 pm
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

Is it possible that those are found in .s files wich are in Assembly language?
by vcarriere
Thu Jul 21, 2005 12:02 pm
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

Yeah, i finally found them by downloading the sources from the server. Now what i can't find anywhere is the sceDisplay* Functions source code.... I might be asking too many questions, but i've been working with uC and windows programming and usually i'm very close to the hardware i program for and ...
by vcarriere
Thu Jul 21, 2005 8:33 am
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

Thx. So if i don't have the sources, where is the pre compiled code the compiler gets his fuctions from? I son't see any .so or .c files....

sorry if this is a noob question.
by vcarriere
Thu Jul 21, 2005 7:09 am
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

just found out that i didn't have the sources... so they must be already compiled... in linux, what's the equivalent of a dll with pre-compiled code?
by vcarriere
Thu Jul 21, 2005 5:38 am
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

I did a search in the whole cygwin folder and didn't find any scr_printf.c file nor any .c file at all (except in Sample).

Vincent
by vcarriere
Thu Jul 21, 2005 4:55 am
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

Anyone? i'm only trying to understand here...
by vcarriere
Tue Jul 19, 2005 4:50 pm
Forum: PSP Development
Topic: Fonction Source Code
Replies: 15
Views: 7510

Fonction Source Code

First, i have to say that i'm new to psp programming (but not new to programming) and i was looking at the irda source code. I saw pspDebugScreenInit() and i looked at the pspdebug.h header file. I was wondering if the source of this fonction can be found as source or is it already pre-compiled? I'm...