Search found 214 matches

by Orion_
October 28th, 2018, 8:48 pm
Forum: Programming/CPU
Topic: How to call another application
Replies: 13
Views: 19896

Re: How to call another application

NITROYUASH wrote: October 28th, 2018, 7:47 pm PS1 can read data from PS-EXE RAM or CD-ROM.
Fixed
NITROYUASH wrote: October 28th, 2018, 7:47 pm Hmmm... It is possible to hide PS-EXE within another PS-EXE? xddd
What's the point ? The only purpose of loading another PS-EXE is because you don't have enough memory to implement features in the main PS-EXE currently running.
by Orion_
October 28th, 2018, 7:20 pm
Forum: Programming/CPU
Topic: How to call another application
Replies: 13
Views: 19896

Re: How to call another application

The "HI.EXE" is in the same folder. I tried just "System_LoadExecutable("HI.EXE");" and "System_LoadExecutable("C:\psyq\projects\pong\HI.EXE");", but I always have a black screen. do you realise that your Playstation will never have access to your c...
by Orion_
October 14th, 2018, 5:31 am
Forum: General Chat & Messaging
Topic: Japanese Playstation CLUB Demo CDs
Replies: 10
Views: 14086

Re: Japanese Playstation CLUB Demo CDs

rama3 wrote: October 14th, 2018, 5:04 am And what's with the like 5 commercials for Beyond the Beyond? Bit overhyped maybe?
These commercials where from the very beginning of the PS1, there was not a lot of good RPG titles yet.
by Orion_
October 14th, 2018, 4:39 am
Forum: General Chat & Messaging
Topic: Japanese Playstation CLUB Demo CDs
Replies: 10
Views: 14086

Re: Japanese Playstation CLUB Demo CDs

Another original stuff about these Japanese Demo CD, some Playstation CLUB issues included a CD full of Playstation games commercials video: The first one: https://www.youtube.com/watch?v=rwJ-YCoutP0&list=PLAlNUV370jaMwgL-hjLqLfONrhmirhwG-&index=9 and the second video I released today with F...
by Orion_
October 9th, 2018, 3:51 am
Forum: General Chat & Messaging
Topic: Japanese Playstation CLUB Demo CDs
Replies: 10
Views: 14086

Re: Japanese Playstation CLUB Demo CDs

Today I present you the Japanese Playstation Club Demo CD - Volume 3 - with an Interview of Hironobu Sakaguchi, producer of Final Fantasy 7, from June 1996 ! (before the release of FF7) https://www.youtube.com/watch?list=PLAlNUV370jaMwgL-hjLqLfONrhmirhwG-&v=62d1q4gzjAQ If anyone speak Japanese, ...
by Orion_
October 6th, 2018, 1:53 am
Forum: General Chat & Messaging
Topic: Japanese Playstation CLUB Demo CDs
Replies: 10
Views: 14086

Japanese Playstation CLUB Demo CDs

I acquired the full set of Demo CDs from the Japanese Playstation CLUB I started a youtube playlist with videos showing the content of each of these CD, I will try to post these videos regularly. These CDs contains playable demos, non-playable demos, but also Japanese developer interviews and other ...
by Orion_
October 3rd, 2018, 5:56 am
Forum: Members Downloads
Topic: elf2x - A proper GCC ELF to PS-EXE converter
Replies: 3
Views: 11012

Re: elf2x - A proper GCC ELF to PS-EXE converter

Here is the C port of your program, the final exe is only 11kbytes without the need of any DLL (compiled using codeblocks) http://onorisoft.free.fr/psx/elf2x.zip I only made a small typo correction in the PS-EXE header string, replaced "Endoresed" by "Endorsed" I tested it using ...
by Orion_
September 26th, 2018, 8:43 pm
Forum: Members Downloads
Topic: elf2x - A proper GCC ELF to PS-EXE converter
Replies: 3
Views: 11012

Re: elf2x - A proper GCC ELF to PS-EXE converter

I tried to compile the source with CodeBlocks, this avoid huge DLLs. But since it's C++ the final exe is still > 400Kbytes then I tried to convert your source file to standard C (which is trivial), and then the final exe is now 11Kbytes sorry to be a maniac of size, but I really don't understand why...
by Orion_
September 24th, 2018, 9:01 am
Forum: Documentation
Topic: Sony DTL-H2000 Troubleshooting, Info, Setup, Parts & Help
Replies: 29
Views: 136946

Re: Sony DTL-H2000 Troubleshooting, Info, Setup, Parts & Help

you do realise that the H2500 has a completely different controller wiring system from the H2000, right? If my memory is correct, the H2500 should come with a little board itself on a ribbon cable. Yes, there is a little board coming with it, which contain two DB-9 port, just like on the H2000 but ...
by Orion_
September 23rd, 2018, 12:21 am
Forum: Documentation
Topic: Sony DTL-H2000 Troubleshooting, Info, Setup, Parts & Help
Replies: 29
Views: 136946

Re: Sony DTL-H2000 Troubleshooting, Info, Setup, Parts & Help

Hello, I'm about to get my hand on a DTL-H2500, but the video cable and specific gamepad are missing. I want to make my own cables, but I'm so cursed when it comes to electronics that I want to be sure of what I'm doing. For the video cable, can I wire R/G/B directly to an RGB Scart or do I need 220...
by Orion_
September 7th, 2018, 12:29 am
Forum: Homebrew (Homepage)
Topic: [RPG] Zia and the Goddesses of Magic
Replies: 44
Views: 113376

Re: [RPG] Zia and the Goddesses of Magic

thank you,
I don't have a PSIO, so I don't know if it will work
the game uses audio cd track so be sure to rip it correctly
by Orion_
September 5th, 2018, 9:28 pm
Forum: Research
Topic: How to dump your CDROM BIOS (Firmware)
Replies: 144
Views: 413512

Re: How to dump your CDROM BIOS (Firmware)

ok I tried using my arduino as an USB to Serial converter (just remove the ATMega chip) , and still no luck all my soldering are good (verified twice), I send the dumper data from my PC at 9600 bauds to the PSX (I can see it's going through the arduino TX led) then, I wait for data, and I get nothi...
by Orion_
September 4th, 2018, 5:24 pm
Forum: Research
Topic: How to dump your CDROM BIOS (Firmware)
Replies: 144
Views: 413512

Re: How to dump your CDROM BIOS (Firmware)

because I received no bytes at all. see my post: http://www.psxdev.net/forum/viewtopic.p ... 808#p14801
and because as suggested by trimesh, echoing bytes while receiving them might slow down the process and miss coming bytes.
by Orion_
September 4th, 2018, 2:40 am
Forum: Research
Topic: How to dump your CDROM BIOS (Firmware)
Replies: 144
Views: 413512

Re: How to dump your CDROM BIOS (Firmware)

it seems like your internet provider sucks (or maybe you have an AV software blocking) because my website is reachable from all over the world (just tested USA and Australia) https://www.webpagetest.org/result/180903_C8_6c0b5ac6cddbebf0968dfc56dde06cc9/ http://www.mirari.fr/kvDg http://www.mirari.fr...
by Orion_
September 3rd, 2018, 9:57 pm
Forum: Research
Topic: How to dump your CDROM BIOS (Firmware)
Replies: 144
Views: 413512

Re: How to dump your CDROM BIOS (Firmware)

I did all that, as you can see on my photos.
the only thing I did not is letting RX pin high at boot.
by Orion_
September 3rd, 2018, 6:35 am
Forum: Research
Topic: How to dump your CDROM BIOS (Firmware)
Replies: 144
Views: 413512

Re: How to dump your CDROM BIOS (Firmware)

ok I tried using my arduino as an USB to Serial converter (just remove the ATMega chip), and still no luck all my soldering are good (verified twice), I send the dumper data from my PC at 9600 bauds to the PSX (I can see it's going through the arduino TX led) then, I wait for data, and I get nothing...
by Orion_
August 31st, 2018, 4:26 am
Forum: Research
Topic: How to dump your CDROM BIOS (Firmware)
Replies: 144
Views: 413512

Re: How to dump your CDROM BIOS (Firmware)

Here I try again ... This time with a Teensy 3.5, it's like an Arduino but ARM based, more powerful, with more RAM and a builtin SD card slot (so I could save the ROM directly on the SD Card) Unfortunately I got no luck again ... I don't get any serial data from the HC05 on the PSX board :( (I reall...
by Orion_
August 24th, 2018, 6:14 pm
Forum: Members Downloads
Topic: SMXTOOL - SMX and RSD model data editor
Replies: 10
Views: 25413

Re: SMXTOOL - SMX and RSD model data editor

this is awesome to get some updated tools with a nice interface like this, very good job !
I hope I find the time and motivation to try some 3D on the PS1 someday
by Orion_
August 23rd, 2018, 6:03 am
Forum: Input/Output
Topic: PSX Keyboard and Mouse Adaptor (SCPH-2000 Prototype)
Replies: 65
Views: 179467

Re: PSX Keyboard and Mouse Adaptor (SCPH-2000 Prototype)

also I tried to make a modem emulator by pluging my net yaroze serial cable, and openning the serial port on my computer, the speed is 28800 bauds, I get the "AT&F" command from the lightspan CD. after some trial and errors, I finally get to the PPP packets, now I need to implement thi...
by Orion_
August 23rd, 2018, 3:31 am
Forum: Input/Output
Topic: PSX Keyboard and Mouse Adaptor (SCPH-2000 Prototype)
Replies: 65
Views: 179467

Re: PSX Keyboard and Mouse Adaptor (SCPH-2000 Prototype)

I was thinking about something, now that we have this "Lightspan_OnlineConnection_CD" that we can use to test the keyboard adapter. maybe someone could just make an adapter using an arduino for example, and test it using the lightspan CD. I'm willing to try it, but I'm not very good at ele...