uCON is a UNIX/Linux SNES image processor. uCON for Unix is a port of the popular SNES image conversion tool.
Here are some key features of "uCON":
· Image format conversion between FIG, SWC, MGD formats.
· IPS and baseline patching, image padding/split/join
· NTSL/PAL fixes, cracks, slowROM fixes
· Compatibility with the DOS version (Chicken & chp)
· Open source and portable
Installation:
Open a terminal and type:
make
or
g++ -o ucon ucon.cpp
Usage:
uCON [command] [filename(s)] [switch] [/sg] [/sn] [/q]
Common commands:
c Convert between image formats. n Create MGH name file.
e Apply Baseline patch. o Show image information.
h Re-write image header. p Pad image size.
i Apply IPS patch. s Split image.
j Join multi images.
Sega Genesis only:
z Convert to Binary.
Super NES only:
b Convert Boxer to FIG. r Attempt slowROM fix.
f Convert FIG to Boxer. w Convert SWCFIG.
k Attempt crack. x Convert FIG/SWC->SMC IC2.
l Attempt NTSC/PAL fix. y Convert SMC IC2->FIG.
System switches:
/sg Force Sega Genesis operations. /sn Force Super NES operations.
/q Suppress image information (quiet mode).
Use ? for the filename to get HELP on any command.
Do not use pathnames or wildcards in the filenames.
Product's homepage