Search found 3 matches

by TehSausage
Wed Oct 22, 2008 4:23 pm
Forum: PSP Development
Topic: Allegro for PSP
Replies: 25
Views: 17239

Great job, I know how much work it is. (Well, I had no prior PSP programming experience) You don't seem to have an IR keyboard driver, you can use mine if you want ( Shouldn't be too hard to fix up. Requires kernel mode :( ) - http://tehsausage.com/allegro-psp/download I think I've pretty much given...
by TehSausage
Mon Sep 29, 2008 8:32 pm
Forum: PSP Development
Topic: (Alternate) PSP Allegro port
Replies: 3
Views: 1618

It's prototype in in psppower.h Ensure you link -lpsppower too. I figured that, the pspirkeyb includes psppower.h, but even when I link with libpsppower scePowerTick() is still undefined. :( For now I've just implemented it as an empty function, it will definately become an issue though. Edit: It s...
by TehSausage
Mon Sep 29, 2008 8:02 pm
Forum: PSP Development
Topic: (Alternate) PSP Allegro port
Replies: 3
Views: 1618

(Alternate) PSP Allegro port

Update 2: I've created a website for it at http://tehsausage.com/allegro-psp/ - Any progress updates should be available there. I started this one day before diedel posted his topic , but I'm not giving up now. The graphics driver is pretty stable (except 8 bit color) but no keyboard, mouse, joysti...