Search found 1469 matches

by mrbrown
Sun Dec 04, 2005 12:47 am
Forum: PSP Development
Topic: PSP Flash Chip Facts: The Good, the Bad and the Ugly
Replies: 194
Views: 150264

The Good News and the Bad News The Bad News: Nem pulled off his flash chip back in April. He built an interface to flash his PSP externally. He used this interface to deliver the first legitimate homebrew program for PSP and as a method of infilitrating kernel mode. We've known about the identity o...
by mrbrown
Sat Dec 03, 2005 8:52 am
Forum: Help Wanted Requests
Topic: FPS/RPG (PC) needs programmer(s)
Replies: 8
Views: 7667

We've been getting enough of these that it's probably time to come up with some sort of policy. Personally, I only think we should allow "help wanted" posts if the game (commercial or not) actually exists on some webserver somewhere, as a way to filter out a billion "I think this woul...
by mrbrown
Sat Dec 03, 2005 2:00 am
Forum: PSP Development
Topic: Unoptimize memcpy
Replies: 3
Views: 1737

I've checked in a change (1513) to Newlib to remove the PREFER_SIZE_OVER_SPEED define that prevented the optimized versions of memcpy() and friends from being used. Note that you have to link with newlib (-lc) after rebuilding it with `toolchain.sh -n'. The optimized memcpy() will transfer data in 1...
by mrbrown
Fri Dec 02, 2005 12:59 pm
Forum: General Discussion
Topic: please help! firmware 2.60
Replies: 3
Views: 2998

Moved to OT and locked.
by mrbrown
Fri Dec 02, 2005 1:46 am
Forum: PSP Development
Topic: Prx loading problems!
Replies: 1
Views: 1053

What are the problems (be specific, list error codes, describe the Makefile, etc.)? Did you try out the PRX loading sample included with PSPSDK? What were the results (be specific)?
by mrbrown
Thu Dec 01, 2005 2:43 am
Forum: General Discussion
Topic: ReLoad Magazine Issue#1 Released Nov,29
Replies: 1
Views: 1774

This is OT. You probably want one of the PSP "news" sites.
by mrbrown
Thu Dec 01, 2005 2:42 am
Forum: General Discussion
Topic: PSP Emulator For (PC)
Replies: 1
Views: 2273

OT, and we don't allow software requests or "wish" projects here.
by mrbrown
Wed Nov 30, 2005 10:10 pm
Forum: PSP Development
Topic: First entry in module
Replies: 2
Views: 1114

by mrbrown
Wed Nov 30, 2005 10:05 pm
Forum: PSP Development
Topic: Virtual memory on psp need help !!!!
Replies: 17
Views: 7954

Hi thanks for all answer but i've found teh user manual for Mips R4000 and R4400 and on it you can see all info about the MMU , virtual addr ,virtual memory ,ect..... . The PSP's ALLEGREX CPU is not a R4000. You have Sony marketing drones to thank for the confusion. The ALLEGREX does not have a MMU...
by mrbrown
Tue Nov 29, 2005 8:09 pm
Forum: PSP Development
Topic: Virtual memory on psp need help !!!!
Replies: 17
Views: 7954

...And don't forget that using flash for virtual memory will tend to wear it out more quickly. A typical flash memory location can only be written to about one million times before it wears out. If you publish software that does a lot of writing to flash, you should post a warning to the user that ...
by mrbrown
Mon Nov 28, 2005 6:43 am
Forum: PSP Development
Topic: pspSdkLoadInetModules fails
Replies: 3
Views: 2429

I don't think that code is complete (or at least, not properly documented).
by mrbrown
Mon Nov 28, 2005 3:14 am
Forum: General Discussion
Topic: MMORPG Anyone?
Replies: 2
Views: 2260

You can't use our boards to post this.
by mrbrown
Sun Nov 27, 2005 7:34 pm
Forum: PSP Development
Topic: Linker issues with autoconf w/ solution
Replies: 0
Views: 714

Linker issues with autoconf w/ solution

While porting google-perftools to PSP, I noticed that configure wasn't picking up the sbrk() function in libc. The problem linker command was: psp-gcc -o conftest -g -O2 -L/usr/local/pspdev/psp/sdk/lib -lc -lpspuser conftest.c which meant that conftest.o appeared on the linker command line before &q...
by mrbrown
Sun Nov 27, 2005 5:32 am
Forum: PSP Development
Topic: clock() doesn't work anymore
Replies: 7
Views: 3376

Fixed again :). Thanks for spotting this. I just looked at the manual pages and those funcs should be setting errno on error.
by mrbrown
Sun Nov 27, 2005 5:05 am
Forum: PSP Development
Topic: clock() doesn't work anymore
Replies: 7
Views: 3376

Fixed in revision 1489.
by mrbrown
Sun Nov 27, 2005 1:10 am
Forum: PSP Development
Topic: New Game Planned: Settlers of Catan for PSP
Replies: 1
Views: 1559

Game "wish" requests are OT. If you actually had a game that'd be different.
by mrbrown
Sun Nov 27, 2005 1:08 am
Forum: PS2 Development
Topic: Linux PS2 Kit for Sale (North America)
Replies: 3
Views: 2339

Why did you drive the price up to $200? Even though the kit is no longer available in the U.S., $200 is way too much. Start it off around $50 next time and maybe I'll be interested.
by mrbrown
Sat Nov 26, 2005 2:10 am
Forum: PSP Development
Topic: psphrpm.h Error - Change u32 with unsigned int
Replies: 5
Views: 2082

Fixed.
by mrbrown
Wed Nov 23, 2005 3:03 am
Forum: PSP Development
Topic: psplibgen: cannot execute binary file
Replies: 1
Views: 1172

You are either a troll or just really, really misinformed (stupid?) to post that here. In either case, you're banned for posting information from the official PSP devkit. If you are a licensed PSP developer, then you don't belong on this site and you should talk to your boss or account manager about...
by mrbrown
Tue Nov 22, 2005 3:25 pm
Forum: PSP Development
Topic: Relocatable PRX
Replies: 1
Views: 1200

PRXs are, by definition, relocatable. See the PRX sample in PSPSDK.
by mrbrown
Tue Nov 22, 2005 2:53 am
Forum: PSP Development
Topic: GNU lib C inet functions ?
Replies: 2
Views: 1230

Code: Select all

#define ntohs(x) __builtin_allegrex_wsbh(x)
#define ntohl(x) __builtin_allegrex_wsbw(x)
by mrbrown
Tue Nov 22, 2005 2:43 am
Forum: Help Wanted Requests
Topic: Looking for a programmer
Replies: 6
Views: 6568

OT.
by mrbrown
Thu Nov 17, 2005 9:19 pm
Forum: PSP Development
Topic: error building from toolchain
Replies: 12
Views: 4792

Fixed in revision 1461.
by mrbrown
Thu Nov 17, 2005 7:00 am
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3787

There's no longer any 'sdktest' sample so it wouldn't have worked anyway.

Wiki updated to remove step 4.
by mrbrown
Wed Nov 16, 2005 5:57 pm
Forum: PSP Development
Topic: PSPToolchain Installation Help.
Replies: 10
Views: 3787

I updated the Wiki and psptoolchain's README.TXT to remove the PSPDEV (and PSPSDK) environment settings. PSPDEV should only be used if you need to switch between multiple PSPDEV installations. PSPSDK isn't used at all.
by mrbrown
Tue Nov 15, 2005 10:45 pm
Forum: PSP Development
Topic: Any plans for futur PSPSDK "packages" ?
Replies: 17
Views: 11168

leenoi wrote:still waiting for new SDK 1.0.
Indeed you are. Thanks for the update.
by mrbrown
Tue Nov 15, 2005 10:40 pm
Forum: PSP Development
Topic: Dev help needed
Replies: 1
Views: 1085

No software requests.
by mrbrown
Tue Nov 15, 2005 6:26 am
Forum: PSP Development
Topic: How do I use the psptoolchain script?
Replies: 82
Views: 46441

Try "autoconf --version" and figure out why the latest you installed (if it is above 2.59) isn't found on your PATH.
by mrbrown
Mon Nov 14, 2005 10:39 am
Forum: PSP Development
Topic: Math.h problem
Replies: 2
Views: 1075

Search on library link order, and begin-group, end-group.
by mrbrown
Mon Nov 14, 2005 10:32 am
Forum: PSP Development
Topic: Adding new SSL Certificates to 2.0
Replies: 1
Views: 1077

This is OT.