Search found 6 matches

by mydipper
Thu Dec 04, 2008 12:45 am
Forum: PSP Development
Topic: Questions about in-game prx programming
Replies: 1
Views: 1129

Questions about in-game prx programming

1. I want to make a program which shows the memory data by real-time during the game. This function is already supported by cwcheat program, but I need to see several data values at once. (cwcheat supports only one..) So, I programmed as below, but it causes my PSP to stop right after the game is se...
by mydipper
Mon Nov 10, 2008 9:26 pm
Forum: PSP Development
Topic: PSP USB HID descriptor
Replies: 15
Views: 8755

I also found the USBJoy project on AVR ATmega8. website : http://www.raijuu.net/2008/08/usbjoy/ source code : http://avrusb.wikidot.com/local--files/project:usbjoy/usbjoy_20060108.zip It contains the source code for PlayStation and PlayStation 2 joypad. However, it is hard for me to follow, because ...
by mydipper
Thu Nov 06, 2008 8:31 pm
Forum: PSP Development
Topic: Make PSP to work as a PS3 controller via USB connect?
Replies: 5
Views: 2757

Make PSP to work as a PS3 controller via USB connect?

Hi everyone~ :) To support macro functions (consecutive moves) in PS3, I want to make my PSP work as a PS3 controller by USB connection. Could anyone tell me if this programming is possible or not? If possible, I need some information about how to control USB signal of PSP and make it recognized in ...
by mydipper
Wed Oct 08, 2008 5:36 pm
Forum: PSP Development
Topic: Please help me to compile 'RemaPSP' for 4.01 M33 firmware
Replies: 6
Views: 9998

Thanks everyone~

And..


Alcahest//
Thanks~ But I should modify the code, because cwcheat supports only two macro functions just like RemaPSP.. I want more than 8..

angelo//
Sorry. I miss-typed in this post. I did right in my memory stick..
by mydipper
Wed Oct 08, 2008 5:19 pm
Forum: PSP Development
Topic: Searching a prx source code for PSP 4.01 M33..
Replies: 0
Views: 1945

Searching a prx source code for PSP 4.01 M33..

Hi Everyone~ I am still trying to compile the prx of "RemaPSP" application to work on PSP 4.01 M33 firmware... http://localhost.geek.nz/remapsp/remapspsrc.zip Please help me to complete this job.. 1. I have installed 'devkitPro' tool on my windowsXP PC, and set the path with the PSP bin fo...
by mydipper
Sun Oct 05, 2008 3:05 am
Forum: PSP Development
Topic: Please help me to compile 'RemaPSP' for 4.01 M33 firmware
Replies: 6
Views: 9998

Please help me to compile 'RemaPSP' for 4.01 M33 firmware

Hi~ :) 'RemaPSP' is an application which can redirect the psp input signal for rapid fire and macro function. Its source code is released in the following website: http://localhost.geek.nz/remapsp/remapspsrc.zip , but it is developed for old firmwares such as 3.xx, and maybe works with devhook tool ...