Search found 13 matches
- Sun Dec 10, 2006 7:08 am
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
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 ...
- Wed Nov 15, 2006 7:03 am
- Forum: PS2 Development
- Topic: How do I access the SVN repository ?
- Replies: 10
- Views: 6913
- Mon Jul 17, 2006 4:56 pm
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
- Fri Dec 30, 2005 2:37 pm
- Forum: PS2 Development
- Topic: font example
- Replies: 2
- Views: 2197
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 ...
- Fri Dec 30, 2005 2:36 pm
- Forum: PS2 Development
- Topic: font example
- Replies: 2
- Views: 2197
#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...
- Thu Nov 03, 2005 9:34 am
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
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...
- Wed Aug 31, 2005 4:46 am
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
- Tue Aug 30, 2005 11:56 am
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
- Mon Aug 29, 2005 1:54 pm
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
- Mon Aug 29, 2005 1:45 pm
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
- Tue Aug 09, 2005 3:43 pm
- Forum: PS2 Development
- Topic: Live Linux PS2dev disc
- Replies: 10
- Views: 7322
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...
- Fri Jul 15, 2005 6:09 am
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
- Fri Jul 15, 2005 5:35 am
- Forum: PS2 Development
- Topic: Announcing SMS project
- Replies: 192
- Views: 119611
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...