Here, you will find a bunch of my projects that are either not really big or
significant enough to warrant dedicated pages for.
Name |
Description |
Platform(s) |
Repository |
MKPSXISO |
Probably the best ISO creation tool specifically made for PS1 homebrew
development and is the only one of its kind that I'm aware of. MKPSXISO
is capable of generating 2352 byte per sector ISO images with CD-DA
audio tracks and mixed-mode CD-XA and interleaved data for streaming
content. It also uses XML with very simple to use directives for scripting
the contents of the image project.
|
Windows, Linux and BSDs |
Github |
IMG2TIM |
An image conversion tool that converts any image file into a TIM or
Texture IMage file used in a lot of PS1 games and homebrews for storing
textures. It includes very basic color conversion to 4-bit or 8-bit color
depth and supports transparency by color-key or alpha channel. Uses the
FreeImage library for loading various image formats. |
Windows, Linux and BSDs |
Github |
LITELOAD |
A pretty simple serial loader of my own that features binary upload jand patch binary capability for patching debug monitors required by
PSn00b Debugger.
Alternatively mcomms can be used to upload executables to the
console. The loader can also be booted from a cheat cartridge with a
included ROMstrapper. |
PS1 |
Github |
MCOMMS |
Serial comms utility for LITELOAD with built-in serial monitor. It also
features a SioFS host for accessing files from the host via serial. |
Windows and Linux |
Github |