PSP Programmer Tool Runtime Library Release 2.5.0 Sample leak :P
Note:
just the "Sample" Leaked
NOT the "DevKit" Leaked
loadexec
PSP(TM) Programmer Tool Runtime Library Release 2.5.0
Copyright (C) 2005 Sony Computer Entertainment Inc.
All Rights Reserved
loadexec_sample
<Description of Sample Program>
This program reboots the PSP(TM) and executes a
module which performs pot drawing.
<Files>
main.c : Main program
Makefile : Make file
<Running the Program>
% make : Compile
After compiling, run the program from the
debugger.
loadmodule
PSP(TM) Programmer Tool Runtime Library Release 2.5.0
Copyright (C) 2005 Sony Computer Entertainment Inc.
All Rights Reserved
loadmodule_sample
<Description of Sample Program>
While executing a module that performs pot
drawing, this program performs a series of
operations to load another module, get module
information and execute the module which just
displays a simple message.
<Files>
main.c : Main program
pot.c : Pot drawing routine
pot_main.c : Pot drawing initialization
program
print_msg.c : Program which displays a
message in the debugger
texture.h : Texture file
Makefile : Make file
<Running the Program>
% make : Compile
After compiling, run the program from the
debugger.
overlay
PSP(TM) Programmer Tool Runtime Library Release 2.5.0
Copyright (C) 2005 Sony Computer Entertainment Inc.
All Rights Reserved
overlay
<Description of Sample>
This program uses the libc shared PRX module to implement the
actions of loading and executing the pot, stars, and skin modules
one at a time from the main program module.
<Files>
Makefile : Make file
main.c : Main program
pot/Makefile : Make file which uses the libc shared PRX
pot/main.c
pot/pot.c
pot/texture.h
skin/Makefile : Make file which uses the libc shared PRX
skin/main.c
skin/skin.h
skin/texture.h
stars/Makefile : Make file which uses the libc shared PRX
stars/main.c
stars/startex.h
<Startup Procedure>
% make -f Makefile
After compilation, the program is started from the debugger.
The executable file name is overlay.prx.
<Controller Operations>
SELECT button : Terminates the program
<Notes>
Processing for the libc shared PRX is switched for the pot, skin,
and stars source programs according to the USE_PRX macro.
4 Comments:
>> 李毅
please leave
Don't waste your time
i will not help you
请离开
不要浪费你的时间
我不会帮助你的
Hey Ookm,
This is probably the wrong place to ask, but I haven't been able to find a definite answer anywhere.
I recently found a PSP that has both "IC1003" on the right side, and "IC6001" on the left side. I'm pretty sure that this is the TA-082, but I can' t be 100% sure. If you know about this, can you please confirm? Thanks! :)
Can you use this library without the PSP Tool hardware?
沒有 PSP Tool HW 可以用這個 library?
A friend asked me about the IC1003 and IC6001, but I wasn't sure so I'm asking around. He doesn't want to spend 40-50 dollars getting the GTA loader off Ebay, so that app is out of the question.
I was just wondering if anyone else had the PSP with both IC1003 and IC6001 on it and knew if it was TA-082 or not. I asked in various places and no one has a definite answer. Oh well, I'm 90% sure it's a TA-082 so I'll tell him to return it. Thanks anyway.
Post a Comment
<< Home