loveemu / bin2psf1

Convert binary file into PSF1 format (PSX-EXE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bin2psf1

Travis Build Status AppVeyor Build Status

Convert a binary file into PSF1 format. https://github.com/loveemu/bin2psf1

Downloads

Usage

Syntax: bin2psf1 <Input file> <Start address (hex)> <Initial PC (hex)> <Initial SP (hex)>

Note: Padding bytes will be added unless input file size is a multiple of 2048 bytes.

Options

--help : Show help

-o, --out-filename filename : Specify output filename

-r, --region name : Region (North America, Japan or Europe)

About

Convert binary file into PSF1 format (PSX-EXE)

License:MIT License


Languages

Language:C++ 60.4%Language:C 34.9%Language:CMake 4.7%