Page 1 of 1

Hello there :)

Posted: August 13th, 2012, 2:56 am
by Orion_
Hi,

I'm Orion_, a psx fan from France and retro coder, I always wanted to code for the Psx since I saw the Net Yaroze console on magazine.
Now I have one and also an xploder action replay to code with the psy-q sdk.
I code on many retro machine, such as atari st/falcon/jaguar, pc engine cd, gba, and others..
I always wanted to do things on the playstation but it seems like the psx homebrew scene was not really existing for a few years, that's why I'm so glad to discover this new cool website and forum !
I hope to do more things on playstation in a near future !
I already did some tools (pocketstation manager) and recompiled a few tool for psx dev under modern OS such as Win7 64bits (new catflap and cpe2x)
you can check my website for all the stuff i did http://onorisoft.free.fr/ !

I'm really looking forward this new PSIO project, I always hated the psx cdrom protection because there was no easy way to make a bootable cdrom, and I was wondering if someone would try to do a CDrom replacement with SD just like all the other console SD to cartridge stuff, now I discover this project and I hope it will succeed !

Re: Hello there :)

Posted: August 13th, 2012, 4:23 pm
by isufje
dude, that pc engine CD /Arcade card tech demo is totally awesome! How hard is coding for arcade card usage? Did you use huC? if not, what... straight asm? I must know. I really want to make a pc engine game that utilizes the arcade card, like sapphire. any info would help. thanks/

Re: Hello there :)

Posted: August 13th, 2012, 9:21 pm
by Shadow
Welcome and thank you!

I like your ANSI designer program ;) I will find that very useful.

Please make something for the PS1.
If you need any help at all, you know where to ask.

Re: Hello there :)

Posted: August 13th, 2012, 9:45 pm
by Orion_
isufje wrote:dude, that pc engine CD /Arcade card tech demo is totally awesome! How hard is coding for arcade card usage? Did you use huC? if not, what... straight asm? I must know. I really want to make a pc engine game that utilizes the arcade card, like sapphire. any info would help. thanks/
I made everything in asm, and arcade card is not really easy to use, for video it's kind of easy because you just stream data raw, but if you want to make a game, you must make a data manager for it and then it begin to be tricky !
I will not continue pc engine programming because it is too hard, 8bits asm is very limited and difficult, the memory is very limited too and you have to do a lots of tricks to load data in memory and not mess everything !
and if you use HuC you will be very limited ! only 8kbytes of memory or else you will have to use asm tricks !
The psone is a dream to code comparing to pc engine :D

Re: Hello there :)

Posted: August 14th, 2012, 12:30 pm
by isufje
thanks for the heads up on that ^_^ I guess my dreams of making an ACD pc engine game are going to have to wait... -_- ( Damn you, huC, to HELL!!! :D )