atari800 port

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
thoffir
Posts: 2
Joined: Fri Sep 22, 2006 8:08 pm

atari800 port

Post by thoffir »

i can't google any binary of atari800 port. i wonder if there is any...

the closest hits i found are here:
http://svn.akop.org/filedetails.php?rep ... ev=78&sc=1
http://svn.akop.org/filedetails.php?rep ... PS2&rev=78

is there anyone with toolchain that can try to compile it? or lack of port is because that it will need aditional coding? i will appreciate any suggestion.
Wraggster
Posts: 121
Joined: Fri Aug 26, 2005 7:40 am
Contact:

Post by Wraggster »

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.
cosmito
Posts: 307
Joined: Sun Mar 04, 2007 4:26 am
Location: Portugal
Contact:

Post by cosmito »

Accordingly to the first link, there seems to existed a port : :

Code: Select all

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...
yoshi314
Posts: 36
Joined: Sat Jul 26, 2008 11:19 pm

Post by yoshi314 »

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.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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.
Post Reply