Search found 220 matches

by Orion_
Yesterday, 8:44 pm
Forum: Work Logs & Projects
Topic: USB Development Cartridge for PS1
Replies: 11
Views: 1943

Re: USB Development Cartridge for PS1

szalay_1 wrote: May 29th, 2024, 6:22 am Hi! @orion
What about in future ?
Possible using modified e.g: Caetla or PAR.rom to using cheat codes and could manage them with savegames etc ?
this is a dev cartridge, not a game cheat cartridge.
by Orion_
May 28th, 2024, 6:55 am
Forum: Work Logs & Projects
Topic: USB Development Cartridge for PS1
Replies: 11
Views: 1943

Re: USB Development Cartridge for PS1

Hmm, I just tried to send some constructive or motivating feedback yeah like, "you could redo the whole thing using STM32" .... not very motivating on my side. But if you want to make it faster I never asked for that, you told me it could be faster, I don't care, I just want to get someth...
by Orion_
May 25th, 2024, 7:07 pm
Forum: Work Logs & Projects
Topic: USB Development Cartridge for PS1
Replies: 11
Views: 1943

Re: USB Development Cartridge for PS1

The FTDI specs say that the chip could support 1Mbyte/s, so it looks as if you are doing something wrong. Are you executing your program code directly from ROM, in an uncached memory area? That would drop the CPU speed from 33Mhz to somewhere below 500kHz. Or are you reading/writing lots of USB con...
by Orion_
May 22nd, 2024, 6:26 pm
Forum: Work Logs & Projects
Topic: USB Development Cartridge for PS1
Replies: 11
Views: 1943

Re: USB Development Cartridge for PS1

Only an USB FIFO, and some logic, without any microprocessor? And the photo looks as if you have a huge eprom or something similar...? no microprocessor, there is an eeprom of course for the software that handle the data reception and executing. the pcb is a prototype with a bunch of debug stuff, t...
by Orion_
May 22nd, 2024, 4:58 am
Forum: Work Logs & Projects
Topic: USB Development Cartridge for PS1
Replies: 11
Views: 1943

Re: USB Development Cartridge for PS1

What chipset are you using? Minimum would be a single chip that could both simulate a boot rom stub and manage the usb transfers. I'm using an FTDI USB chip FT245, an some 74 logic chip. I'm not skilled enough to do fpga or stuff like that, this is my first real electronic project. Do you have a re...
by Orion_
May 22nd, 2024, 12:10 am
Forum: Work Logs & Projects
Topic: USB Development Cartridge for PS1
Replies: 11
Views: 1943

USB Development Cartridge for PS1

I am currently developing a cartridge for Playstation 1 which plugs into the so-called "action replay" connector. This cartridge has a USB socket and allows you to transfer data from your computer to the PS1 via a Linux/Windows compatible tool. (bi-directional) this makes it easier to deve...
by Orion_
March 12th, 2024, 8:28 pm
Forum: Work Logs & Projects
Topic: PSX Blaster (USB Comms Link)
Replies: 44
Views: 166187

Re: PSX Blaster (USB Comms Link)

I can confirm that the PSX Blaster design doesn't work. I simulated the logic in a software and it is wrong, RD_USB goes low require AD17 AND !AD17, which is impossible. Also, the logic voltage are mixed up, some logic chip have 5V, some other 3.5V, and the USB chip receive 5V logic on its pin where...
by Orion_
January 16th, 2024, 6:05 am
Forum: Work Logs & Projects
Topic: Zia and the goddesses of magic Making of and ReEdition
Replies: 1
Views: 4194

Re: Zia and the goddesses of magic Making of and ReEdition

last call if you would like to see a physical version of these games on Playstation 1, please pre-order on my website https://www.orionsoft.games/
otherwise, too bad, I will only do downloadable content
by Orion_
January 8th, 2024, 8:16 am
Forum: Work Logs & Projects
Topic: Zia and the goddesses of magic Making of and ReEdition
Replies: 1
Views: 4194

Zia and the goddesses of magic Making of and ReEdition

I made a making of video of my RPG Zia and the goddesses of magic for the Playstation 1 i'm also planing a re-edition with a new artwork, Pre-order is available on my website: https://www.orionsoft.games/ https://www.orionsoft.games/retroshop/zia_ps1.jpg The video is in french for the moment because...
by Orion_
March 26th, 2023, 8:22 pm
Forum: Work Logs & Projects
Topic: Alice Sisters a new cute co-op platformer game for the PS1
Replies: 2
Views: 8400

Re: Alice Sisters a new cute co-op platformer game for the PS1

To celebrate the 100th contributor and after many requests, I have added add-ons that allow you more flexibility to select different contribution combinations. Please spread the news to any forums or website you know from the retrogaming community so that the campaign can be successful ! https://www...
by Orion_
March 18th, 2023, 5:57 am
Forum: Work Logs & Projects
Topic: Alice Sisters a new cute co-op platformer game for the PS1
Replies: 2
Views: 8400

Alice Sisters a new cute co-op platformer game for the PS1

I am proud to present to you my new game project Alice Sisters. Alice Sisters is a cute platformer game using 2 players co-op mechanics, the game was already released on the SEGA Megadrive/Genesis and Dreamcast console! The game is currently being ported to the Gameboy Advance and Atari Falcon, I'm ...
by Orion_
May 2nd, 2021, 6:55 pm
Forum: Work Logs & Projects
Topic: FreePSXBoot - arbitrary code execution with ONLY a memory card (no game needed)
Replies: 24
Views: 53734

Re: FreePSXBoot - arbitrary code execution with ONLY a memory card (no game needed)

I had this idea in mind since years, but never took the time to actually work on it, (and I doubt I have the skill to reverse engineer the bios code) so, very nice job on that ! as someone already pointed out, you can use my memory card manager tool to import a save to a memory card easily using the...
by Orion_
December 1st, 2020, 8:04 am
Forum: Hardware
Topic: USB replacement instead of parallel port for Caetla
Replies: 9
Views: 14715

Re: USB replacement instead of parallel port for Caetla

szalay_1 wrote: December 1st, 2020, 5:55 am "I know an AR cart was in development here on this forum with a USB port, but is it still available ?"
Do you mean for PSX Blaster ?
yes
by Orion_
November 19th, 2020, 6:08 am
Forum: Hardware
Topic: USB replacement instead of parallel port for Caetla
Replies: 9
Views: 14715

USB replacement instead of parallel port for Caetla

I'm thinking of getting a newer PC and getting rid of my beloved parallel port in the process the only system that I need the parallel port for, is the PS1 with my xplorer FX + caetla so I would like to replace this dev setup with a modern one using USB I know an AR cart was in development here on t...
by Orion_
April 6th, 2020, 5:46 am
Forum: Input/Output
Topic: Wai Wai Jansou Controller
Replies: 7
Views: 22388

Re: Wai Wai Jansou Controller

ok, I finally set up my logic analyser and here is what I got: CMD 01 42 01 00 00 00 00 00 00 DAT FF 73 5A FF FF 00 00 0F 00 CMD 01 42 01 00 0A 00 00 00 00 DAT FF 73 5A FF FF 00 00 0F C0 CMD 01 42 01 00 12 00 00 00 00 DAT FF 73 5A FF FF 00 00 0F 0A CMD 01 42 01 00 07 00 00 00 00 DAT FF 73 5A FF FF 0...
by Orion_
January 5th, 2020, 9:29 pm
Forum: Homebrew (Homepage)
Topic: Yopaz IceStar, New Puzzle game, PSIO ready
Replies: 23
Views: 127352

Re: Yopaz IceStar, New Puzzle game, available for FREE !

I updated the PS1 version of Zia and Yopaz so they can directly be played using the PSIO flashcart!
(CU2 and BMP cover included)
Enjoy -> http://orionsoft.free.fr
by Orion_
September 10th, 2019, 5:26 am
Forum: Input/Output
Topic: Wai Wai Jansou Controller
Replies: 7
Views: 22388

Re: Wai Wai Jansou Controller

well, I made several games on the PS1, so I know the C language pretty well but I did not really got in depth low level stuff on the PS1, just relied on the PSYQ SDK for now. I know the no$psx documentation is pretty well documented for low level stuff of the controllers. I might have access to a li...
by Orion_
September 5th, 2019, 4:10 am
Forum: Input/Output
Topic: Wai Wai Jansou Controller
Replies: 7
Views: 22388

Re: Wai Wai Jansou Controller

I'm interested in this too, I like strange hardware for the PS1 :)
I just bought a controller like this and hoping to mess around with it so I can display some custom message :D
(I'm not an electronic engineer though, so any help on the protocol is appreciated :D )