Misc. PS-1 stuff
Summary: Misc. PS-1 tools.
Platform: Windows
License: Freeware
Files: In files section.
Using a Pro Action Replay you can program your normal grey PSX right in your living room.
From this page you can download a couple of small utilities for PSX programming.
cpebin adds a binary file to a .cpe file, which is probably THE easiest way to include a MOD or graphics in your demo. For example, just do
C:\>cpebin mydemo.cpe great.mod 80080000
... and great.mod has been added to your .cpe! You can then convert the .cpe as normal to a PSX exe.
pxe2cpe converts a PSX exe to a .cpe file. Together with cpebin, the two programs can then be used to convert old multifile demos to a single file!
ObjDis is tool for the hacker. It disassembles .obj files to readable and reassembleable (is that a word?) source. It prints the result to stdout so use redirection if you want to save to a file. Ie
C:\>ObjDis vsync.obj >vsync.asm
V1.4 released 26 Mar 2000: Couple of patches and operators implemented. Outputs several symbols per address if they exist. Improved NOP detection. Alternative GTE decoding added for CW output (-a option)
V1.3 released 16 Mar 2000 now decodes GTE instructions
V1.2 Was only released on [Doomed/Padua's page], he added cop0 and cop2 decoding
V1.1 released 29 Sep 1999 now disassembles srl correctly, oops.