Hardware Reference?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
treehunter
Posts: 3
Joined: Mon Mar 31, 2008 12:29 pm

Hardware Reference?

Post by treehunter »

Hello, me and my buddy got board and said lets go program for the PSP, so bought some used PSP etc...

I have C and assembly knowledge, and I'm seeking some hardware information for the PSP. I've see a lot of information about the processor, its assembly etc. I was wondering if anyone had a reference created for the hardware of sorts.
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

Re: Hardware Reference?

Post by Wally »

treehunter wrote:Hello, me and my buddy got board and said lets go program for the PSP, so bought some used PSP etc...

I have C and assembly knowledge, and I'm seeking some hardware information for the PSP. I've see a lot of information about the processor, its assembly etc. I was wondering if anyone had a reference created for the hardware of sorts.

Like samples??

Have you got the toolchain setup yet :)

The samples are in /usr/local/pspdev/psp/sdk/samples dir

Enjoy :)

Wally

P.S Are you making an Nintendo 64 emulator? :-P
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

SDK docs: http://psp.jim.sh/pspsdk-doc/
HW docs: http://hitmen.c02.at/files/yapspd/psp_doc/frames.html

Both are not terribly expansive, and you need to be fairly experienced to use them, but between those and the samples and already existing code out there, you have all you need to start writing your own PSP apps.
treehunter
Posts: 3
Joined: Mon Mar 31, 2008 12:29 pm

Post by treehunter »

Thanks guys those where exactly the docs I was looking for.
Post Reply