| View previous topic :: View next topic |
| Author |
Message |
thoffir
Joined: 22 Sep 2006 Posts: 2
|
|
| Back to top |
|
 |
Wraggster
Joined: 26 Aug 2005 Posts: 121
|
Posted: Fri Mar 13, 2009 6:35 am Post subject: |
|
|
ive not heard of a atari800 port for PS2
On my site http://ps2emu.dcemu.co.uk/ i have all the emulators detailed, but if you find a release i havent seen ill be interested _________________ Webmaster of http://www.dcemu.co.uk
DCEMU The Worlds Only Homebrew & Gaming Network of Sites. |
|
| Back to top |
|
 |
cosmito
Joined: 04 Mar 2007 Posts: 314 Location: Portugal
|
Posted: Fri Mar 13, 2009 6:54 pm Post subject: |
|
|
Accordingly to the first link, there seems to existed a port : :
| Code: | To compile use ps2dev from ps2dev.org
Additional libraries neeeded:
gsKit
Additional Modules
usbd.irx, kbd.irx, audsrv.irx
Convert irx modules to *.s via bin2s,
Copy *.s files to src directory.
./configure \
--target=ps2 \
--build=i686-pc-linux-gnu \
--host=mipsel \
--disable-stereosound \
--disable-monitorbreak
make
To install read DOC/INSTALL.ps2
Thanks Piotr of atari800!
Thanks ps2dev! Esp NeoVanglist, author of gsKit.
-Troy Ayers |
but the sources at this svn are for the PSP port. I presume the PSP is a port from the PS2 version, but I haven't investigated further... |
|
| Back to top |
|
 |
yoshi314
Joined: 26 Jul 2008 Posts: 36
|
Posted: Tue Mar 17, 2009 6:09 pm Post subject: |
|
|
btw, i was wondering - is there a generic guide on porting software that depends on some open source libraries (that are not part of ps2 toolchain) to ps2?
right now i'm trying to learn C, so that i can at least start to attempt such things. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Wed Mar 18, 2009 8:57 am Post subject: |
|
|
| yoshi314 wrote: | btw, i was wondering - is there a generic guide on porting software that depends on some open source libraries (that are not part of ps2 toolchain) to ps2?
right now i'm trying to learn C, so that i can at least start to attempt such things. |
No, there isn't. Porting software can be fairly complex (not always, but sometimes it's the most complex programming there is). It's not the recommended method for "learning" anything. Learn normally, get experience, and THEN try playing with alternative platforms. If you just HAVE to play with other platforms while learning, use something geared for that, like LuaPlayer. C is not something that can be learned by cross-platform programming. |
|
| Back to top |
|
 |
|