Search found 6 matches

by kazlivsjy
Fri Jan 13, 2006 8:11 am
Forum: PSP Development
Topic: MP3-like audio library for the PSP
Replies: 3
Views: 1711

MP3-like audio library for the PSP

From the first time I got to successfully compile a sample file for the PSP I've been after a MP3 decoding library or something of the kind. Since I could not find any, I tried to learn the MP3 format and write my own decoder. Since I found it somewhat daunting to cope with the complexities of the f...
by kazlivsjy
Tue Dec 27, 2005 10:03 pm
Forum: PSP Development
Topic: copyImage help!
Replies: 2
Views: 1298

Yeah, thanks, man!
by kazlivsjy
Tue Dec 27, 2005 2:53 am
Forum: PSP Development
Topic: c64psp v0.3 (Commodore 64 Emulator for PSP)
Replies: 5
Views: 2775

TOTALLY RULES!! Way to go!
by kazlivsjy
Mon Dec 26, 2005 11:34 pm
Forum: PSP Development
Topic: Loading bmp's
Replies: 12
Views: 6195

If this is of any help, I've written a simple BMP file loader which loads a .BMP file into memory from disk. OK, why use BMP when you can use PNG? Anyway, I'll post it here for educational purposes; bear in mind that BMP format is quite simple and can be convenient in case you don't have a library f...
by kazlivsjy
Mon Dec 26, 2005 11:17 pm
Forum: PSP Development
Topic: copyImage help!
Replies: 2
Views: 1298

copyImage help!

I have this weird problem: when I copyImage a background bitmap into the screen, I get some 'garbage' in the bottom-most lines, in the form of spureous-looking black or colour-inverting horizontal lines, with varying length. They appear and disappear during the first frames of animation and then sta...
by kazlivsjy
Mon Dec 26, 2005 10:56 pm
Forum: PSP Development
Topic: alpha blend -- PLEASE HELP.
Replies: 26
Views: 7678

Alpha blending

I'm too lazy to read all these posts throughly and I don' know if the main question has been answered yet, but I've been through the very same problem myself, and after a lot of tampering and testing I did it. I'll share now my knowledge; hope it is to any use to anyone... The important stuff to mak...