You will need:
-XP computer with integrated DB-25 (printer) port
-DB-25 female to male cable
-Xplorer FX (flashed with caetla .34, or .35)
Firstly we need to enter the bios of the PC. We want to find the Parallel point settings. Mine were located within a peripheral submenu.

Once there, be sure the Parallel port is set to 378/IRQ7 and running in SPP mode. Save your changes and start the computer.
Next you want to flash your Xplorer FX with caetla .34 or .35. To do this, get the file from the topic below and burn it to a disk.
http://www.psxdev.net/forum/viewtopic.php?f=69&t=135
Flash the rom and then ensure that it is running correctly.
Plug in the male end of the DB-25 cable to the motherboard port, and the female end into the Xplorer, which should be inside the PS1. Make sure this is one continuous cable, I encountered errors when experimenting with extensions.
Now we need to install the correct drivers.
We need to use drivers and an updated Catflap from a user called Orion_. You can acquire these from his website (google Orions website psx) or you can download the attachment below.
Extract the file, enter the inpout32 folder, and double click the driver installation file.
Hopefully it was successful.


We want LPT to be on 1, and make sure the range is correct.

Now locate the folder containing your code and copy the contents of the attached zipped folder containing the catflap files into the same directory as your PS1 executable. You can also install catflap to an actual location, but in case you do not know how, just make sure that the catflap.exe is in the same folder as your executable code. Open up the CMD and navigate to the folder. Turn on the PS1, make sure you are in the caetla main menu, and then run the code with a command such as:
Code: Select all
catflap run main.exe

If all works out, the program will be sent to the Playstation and you will see it shortly!