Search found 13 matches

by fringo
Sun Dec 10, 2006 7:08 am
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

Well, I'm looking into ogg/ogm support right now. As to better stream type detection, I haven't looked at that yet. I've spent the evening looking around the web to see if anyone had done ogg/tremor for the PS2 yet. Found them in the the PSP SDK, but not the PS2. If anyone has any extra info, just ...
by fringo
Wed Nov 15, 2006 7:03 am
Forum: PS2 Development
Topic: How do I access the SVN repository ?
Replies: 10
Views: 6584

hi Site admin,
Need help to upload Argon 0.25 source to svn.I have e-mail to few site admin located on ps2sdk read me but still no response

Pls provide me or user112 with svn write access.

Pls pm us @ ps2scene:hip203(me) and user112(creator)


Thanks
by fringo
Mon Jul 17, 2006 4:56 pm
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

Hi, I finally have my PS2 modded with the DUO 3 GT chip, so that I can launch SMS directly without ARMAX and disc swaps. However, SMS cannot read the divx files stored on DVDR anymore (sometimes SMS says "illegal disc", sometimes, it doesn't say anything, but it doesn't see any files on t...
by fringo
Fri Dec 30, 2005 2:37 pm
Forum: PS2 Development
Topic: font example
Replies: 2
Views: 2121

I found this code in ps2 bios development....Perhaps it could be any use to you.. REadme.. Description of file format for 'FONTM' from the PS2 BIOS. --------------------------------------------------------- adresd 2003. Intro ----- The FONTM file contains a PS2 Font, in a format which allows access ...
by fringo
Fri Dec 30, 2005 2:36 pm
Forum: PS2 Development
Topic: font example
Replies: 2
Views: 2121

#include <stdio.h> #include <stdlib.h> #include <string.h> int offsets[10000]; unsigned int read_uint32(FILE *fp) { unsigned int address = fgetc(fp); address += (fgetc(fp)<<8); address += (fgetc(fp)<<16); address += (fgetc(fp)<<24); return (address); } // This is for output of the 13 byte wide, 4 bi...
by fringo
Thu Nov 03, 2005 9:34 am
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

file u need to burn a bootable ps2 disk. 1.)SMS Version 1.4 (Rev.7) New Font.elf 2.)system.cnf Sofware for the pc for cd-image creation. 1.)notepad.exe(to edit system.cnf) 2.)ps2 cdgen3.0(to create abootable cd-image) 3.)cd-mage to check the image created is free of corruption. system.cnf should loo...
by fringo
Wed Aug 31, 2005 4:46 am
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

hi wondering whether anyone having this problem with cd/dvd iso support . I' use launchElf3.41 copy Sms.elf & usbd.irx to Memory card. I have tested couple of movie different file sizes, burned method(DAO,Mode-2) 70mb-no problem playing 200mb-no problem playing 300mb -no problem playing 700mb- p...
by fringo
Tue Aug 30, 2005 11:56 am
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

Thanks....for the info!!!!
by fringo
Mon Aug 29, 2005 1:54 pm
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

alwsome!!! cd/dvd iso suppor & host support !!! Now I can read it from normal cd/dvd iso compilation!!!! NoW !!! What do I need to burn a bootable SMS cd ? Sms.elf,audserv.irx(where do I get one that u have fix on hissing sound issue ?),netsupport(what file do I need to include?),usbd.irx,syste...
by fringo
Mon Aug 29, 2005 1:45 pm
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

alwsome!!! cd/dvd iso suppor & host support !!!
Now I can read it from normal cd/dvd iso compilation!!!!

NoW !!! What do I need to burn a bootable SMS cd ?
Sms.elf,audserv.irx(where do I get one?),netsupport(what file do I need to include?),usbd.irx,system.cnf
by fringo
Tue Aug 09, 2005 3:43 pm
Forum: PS2 Development
Topic: Live Linux PS2dev disc
Replies: 10
Views: 6674

Ok I have a working Slax based live cd containing the toolchain, the ps2sdk, all the tutorials and examples from ps2dev, firefox, and ps2client, only problem is I have no place to host it. The whole cd is around 300mb at the moment. any torrent link available for live slax cd. recommend bitcomet:ww...
by fringo
Fri Jul 15, 2005 6:09 am
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

...my PS2 is not modded, so the answer is "no". Maybe someone else can implement this. Sorry ;). Note, that if you burn CDDAFS disk, you can still copy files back from it... thanks EEUG for the reply!!! Maybe someone can implement this........... : ) Yeah I know we can still copy files fr...
by fringo
Fri Jul 15, 2005 5:35 am
Forum: PS2 Development
Topic: Announcing SMS project
Replies: 192
Views: 115839

1. no. Only CD at the moment ;); 2. no. Source code modifications are required to change PAL/NTSC Hi EEUG,great job with the new Ps2 SMS ............ We know It can media can be read from hdd,lan,cddafs. Others has implement usb support. Can I know whether SMS can read normal avi burn to a cd? Some...