Thread: [GD-Consoles] Game programming for playstation One?
Brought to you by:
vexxed72
From: Henrik A. <pet...@ho...> - 2003-02-24 11:41:06
|
Hi! I am a newbie in game programming for Sony Playstation PSOne. I am familiar with game programming in c++ for windows. Which tools are used for the playstation? Are there any open source programming tools to ease the porting from windows to playstation? Thanks in advance! |
From: Jamie F. <ja...@qu...> - 2003-02-24 12:01:37
|
Back when I used to work on PSOne, it was the SN tools (compiler, linker), and the DOS debugger (as the Windows debugger was busted). The debugger may work these days :) Open source programming tools? Porting from Windows to PlayStation? I think you're in for a bit of a shock, unless things have moved on a lot. There were no open source tools. And expect to rewrite almost all your code (unless you usually do your arithmetic in fixed point on a PC :) Jamie -----Original Message----- From: gam...@li... [mailto:gam...@li...]On Behalf Of Henrik Andersen Sent: 24 February 2003 11:41 To: Gam...@li... Subject: *****SPAM***** [GD-Consoles] Game programming for playstation One? SPAM: -------------------- Start SpamAssassin results ---------------------- SPAM: This mail is probably spam. The original message has been altered SPAM: so you can recognise or block similar unwanted mail in future. SPAM: See http://spamassassin.org/tag/ for more details. SPAM: SPAM: Content analysis details: (5.90 hits, 5 required) SPAM: FROM_ENDS_IN_NUMS (1.6 points) From: ends in numbers SPAM: FORGED_RCVD_FOUND (1.4 points) Possibly-forged 'Received:' header found SPAM: INVALID_MSGID (1.2 points) Message-Id is not valid, according to RFC 2822 SPAM: SPAM_PHRASE_00_01 (0.6 points) BODY: Spam phrases score is 00 to 01 (low) SPAM: [score: 0] SPAM: KNOWN_MAILING_LIST (-2.1 points) Email came from some known mailing list software SPAM: FORGED_HOTMAIL_RCVD (0.5 points) Forged hotmail.com 'Received:' header found SPAM: PRIORITY_NO_NAME (2.7 points) Message has priority setting, but no X-Mailer SPAM: SPAM: -------------------- End of SpamAssassin results --------------------- Hi! I am a newbie in game programming for Sony Playstation PSOne. I am familiar with game programming in c++ for windows. Which tools are used for the playstation? Are there any open source programming tools to ease the porting from windows to playstation? Thanks in advance! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gamedevlists-consoles mailing list Gam...@li... https://lists.sourceforge.net/lists/listinfo/gamedevlists-consoles Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=553 |
From: Research \(GameBrains\) <res...@ga...> - 2003-02-24 12:26:00
|
PS1 <shudder> .... Not an answer to your question, but why not PS2 = using PS2 linux kit? Sony gives you enough stuff in the kit to do some = nice game stuff. People on this list also deal with the PS2 daily and = you'll likely get better help especially with PS1 knowledge getting = rusty...=20 BTW, I'll save someone else pointing this out, but you'll get better = answers on this list if you at least _try_ to appear that you did a = thorough search yourself. A google search on what you want easily gives = you what you're looking for on PS1. Brett ----- Original Message -----=20 From: "Henrik Andersen" <pet...@ho...> To: <Gam...@li...> Sent: Monday, February 24, 2003 7:40 PM Subject: [GD-Consoles] Game programming for playstation One? > Hi! > I am a newbie in game programming for Sony Playstation PSOne. I am = familiar > with game programming in c++ for windows. Which tools are used for the > playstation? Are there any open source programming tools to ease the = porting > from windows to playstation? >=20 > Thanks in advance! >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gamedevlists-consoles mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-consoles > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=3D553 |
From: Kromyx <jad...@co...> - 2003-03-17 12:41:40
|
Henrik Andersen <pet...@ho...> schrieb in im Newsbeitrag: b3d098$ad1$1...@ma...... > Hi! > I am a newbie in game programming for Sony Playstation PSOne. I am familiar > with game programming in c++ for windows. Which tools are used for the > playstation? Are there any open source programming tools to ease the porting > from windows to playstation? > > Thanks in advance! > Hi Henrik, there are free tools available for ps1 programming but you'll also need some hardware. there is a patched gcc (mipsgcc) version (based on 2.8x IIRC) which has some problems with the "-O3" switch if you dont patch it (increase stack size with some tool which comes with vc6 (cant remember the name). you'll further need a AR with Comm-Card (ISA) and flash it with a another firmware called "Caetla". --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Database: 243 - Release Date: 25.12.02 |