Search found 12 matches

by Arjan
Mon Aug 13, 2007 7:08 am
Forum: PS3 Development
Topic: will usa bought ps3 run in pakistan?? Plz help
Replies: 7
Views: 7584

Maybe it'll work if you install linux and play the dvd's using VLC player.
by Arjan
Thu Aug 02, 2007 12:55 am
Forum: PS3 Development
Topic: will usa bought ps3 run in pakistan?? Plz help
Replies: 7
Views: 7584

Movies can be region free too. Of the 8 blu-ray movies I own, only 3 are region locked.
by Arjan
Tue Jun 06, 2006 2:10 am
Forum: PS3 Development
Topic: "PS3 Cell Broken?" - Slashdot Article
Replies: 12
Views: 8685

according to my rumour-mill: "Main memory" refers to the 256MB memory of the CPU. "Local memory" refers to the 256MB memory of the GPU. The CPU can read with ~16MB/s from this local memory, write bandwidth is ~4GB/s. So if you really need to read data from local memory, it'd be b...
by Arjan
Sun Oct 23, 2005 6:00 am
Forum: PSP Development
Topic: DMAC stub
Replies: 2
Views: 1714

I used this stub: STUB_START "sceDmac",0x40010000,0x00020005 STUB_FUNC 0x617f3fe6,sceDmacMemcpy STUB_FUNC 0xd97f94d8,sceDmacTryMemcpy STUB_END int sceDmacMemcpy(void *dest, const void *source, unsigned int size); int sceDmacTryMemcpy(void *dest, const void *source, unsigned int size); I us...
by Arjan
Sun Jul 03, 2005 4:37 am
Forum: PSP Development
Topic: PSP Video Memory Bandwidth
Replies: 12
Views: 6284

aren't both tests copying from RAM to VRAM? Unless sceGuTexImage actually creates a new texture in VRAM and copies the source data to the new texture... Accessing random locations in VRAM seems to be quite slow. I changed some code in fMSX to render to VRAM directly but it wasn't much faster. Max di...
by Arjan
Sat Jul 02, 2005 8:35 am
Forum: PSP Development
Topic: Atari 2600 Emulator - Help Wanted...
Replies: 7
Views: 3484

why not take an GP32 or GBA based emulator? You could use VCS32, sourcecode is available.
by Arjan
Thu Jun 23, 2005 2:51 am
Forum: PSP Development
Topic: psp-dev have released their exploit for ver. 1.5
Replies: 126
Views: 72923

ah indeed, I didn't think of that before :) It was just my guess though, I could also say % is used to pass arguments to the app.. Pure speculation though.. After some toying around, I found out that the percent mark can be put anywhere in the application directory name (not in any other dir name, P...
by Arjan
Wed Jun 22, 2005 8:57 pm
Forum: PSP Development
Topic: psp-dev have released their exploit for ver. 1.5
Replies: 126
Views: 72923

the logic behind it is that there's a bug in the path parsing somewhere.

I could've found this if I tried to experiment more with the paths too :P (I bet it'll work with other characters too)
by Arjan
Wed Jun 22, 2005 4:02 pm
Forum: PSP Development
Topic: stating the obvious
Replies: 24
Views: 11049

Er, I thought every game has to be licensed and approved by Sony and submitted for review before _Sony_ go gold with the UMDs? If there is something they don't like they won't approve it for release. That's how it *usually* works, but it seems Sony doesn't have full control over what's being publis...
by Arjan
Sun May 29, 2005 10:50 pm
Forum: PSP Development
Topic: Wo:Pure Browser Issue
Replies: 12
Views: 5720

I can still browse the web after downloading gammapack1 (jp psp 1.50 firmware). actually, I can now even download the gamma pack, which I couldn't do before :P As an extra bonus, after downloading the gammapack via PSP, the wipeout pure site menu got two extra blank options (between HOME and DOWNLOA...
by Arjan
Sun May 29, 2005 10:36 pm
Forum: PSP Development
Topic: PS3 and PSP
Replies: 31
Views: 13035

displayed in 480x272 resolution on PSP, but apparently stored on UMD in 720x480 format.

hmm, too slow...
it wouldn't be lame if he edited his message before we got a chance to post our replies.
by Arjan
Sun Apr 24, 2005 9:01 pm
Forum: PSP Development
Topic: Web Browser in Wipeout Pure
Replies: 95
Views: 93229

documents.images is working, you can use that in games to create animations, moving things etc. (as seen in the PSPTetris ) When using images, it is recommended to set the height and width properties to prevent the browser from re-rendering the webpage (which is very slow on PSP). Too bad the PSP do...