Search found 8 matches

by frodemed
Wed Sep 13, 2006 7:48 pm
Forum: General Discussion
Topic: I am Selling a 1.50 PSP on eBay
Replies: 1
Views: 2322

This is probably not the right forum for this
by frodemed
Sat Dec 24, 2005 7:04 am
Forum: PSP Development
Topic: pspDebugScreenPrintf and scrolling
Replies: 3
Views: 1554

scrolling

I actually thought about using an array and reprinting the whole array each time a scrolling is needed, but didn't think it was fast enough.
However, I will try it out now :) Thanks!
by frodemed
Fri Dec 23, 2005 8:32 am
Forum: PSP Development
Topic: pspDebugScreenPrintf and scrolling
Replies: 3
Views: 1554

pspDebugScreenPrintf and scrolling

Is it possible (sure it is) to enable scrolling when using pspDebugScreenPrintf? I thought that it might be possible to move the content of VRAM "backwards" when the bottom of the screen is reached.

This might be a stupid and bad idea, but any feedback is appreciated.
by frodemed
Sat Dec 17, 2005 6:22 am
Forum: PSP Development
Topic: telnet client and menu screen
Replies: 2
Views: 1301

The sdk debug print functions only have the ability to do basic text printing, move the cursor, change background and forground colours etc., more advanced stuff like text scrolling would have to be manually implemented. It is probably fast enough to redraw the screen every frame so just maintain s...
by frodemed
Fri Dec 16, 2005 8:12 pm
Forum: PSP Development
Topic: telnet client and menu screen
Replies: 2
Views: 1301

telnet client and menu screen

I am working on a telnet client. My plan is to implement full terminal emulation, but I am not sure if the pspDebugScreenPrintf is sufficient. Another thing that I am trying to implement is a menu screen to appear by pressing select. And the terminal emulation screen should reappear by exiting the m...
by frodemed
Tue Aug 30, 2005 8:55 pm
Forum: PSP Development
Topic: swap buttons and custom backgrounds
Replies: 3
Views: 2254

swap buttons and custom backgrounds

I've tried to find out how the apps that swap the X and O buttons and change psp backgrounds work.
Is it so that this two things are so trivial that I should be able to figure it out :)
by frodemed
Sun Aug 07, 2005 12:56 am
Forum: General Discussion
Topic: ssh client
Replies: 5
Views: 3920

zigzag wrote:That would be fun using without a keyboard ;)
hehe. I know.

But, it would be great to have the possibility to start programs etc. at my linuxbox :)
by frodemed
Fri Aug 05, 2005 10:45 pm
Forum: General Discussion
Topic: ssh client
Replies: 5
Views: 3920

ssh client

I have limited knowledge when it comes to porting software to PSP.
But I would like to see an ssh client to PSP. How hard would it be to port ie. openssh to PSP?