From 07802fffc9afa4fe6579c49fcf6954b517388e01 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Mon, 26 Dec 2011 23:28:06 -0700 Subject: [PATCH] Remove the (old, obsolete) RGBFix HTML page. Use the manpage instead. --- doc/fix.htm | 81 ----------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 doc/fix.htm diff --git a/doc/fix.htm b/doc/fix.htm deleted file mode 100644 index c45131c0..00000000 --- a/doc/fix.htm +++ /dev/null @@ -1,81 +0,0 @@ - - - - - RGBFix - - - -

RGBFix Documentation

-

Table of Contents

- -

History

- - - - - - - - - - - - - - - - - - - - - - - - -
The history of RGBFix
VersionDatedRelease notes
1.01 Oct. 96First release
1.013 Dec. 96-t didn't Work. Fixed.
1.0220 July 1997RGBFix can now also truncate the ROM-images to a valid size.
-

Usage

-
    rgbfix [options] image[.gb]
-

Options are preceded by a dash (-) and go as follows: -

    tname   : Change title field of image
-    p       : Pad image to valid size
-    v       : Validate header
-    d       : Debug, don't change image
-    r       : Truncate image to valid size
-    q  	    : Quiet mode, suppresses text except errors
-    h       : Short help text
-

Note: RGBFix was previously released by me as a standalone program known as GBFix. I have chosen to release it in the ASMotor package instead from now on. Its usage has changed a bit from that of GBFix for the sake of consistence with the other ASMotor tools. Being part of RGBDS means RGBFix’s -distribution now follows the same rules as the rest of the ASMotor package. GBFix still follows its own rules.

-

Options

-

How to use the various options. -

Titlefield

-

This option changes the titlefield of the image to the string you specify truncated to a maximum of 16 characters. No uppercase conversion is performed. -

    rgbfix -tASMOTOR foobar.gb
-

Pad Image

-

Pad the image to a valid size. 32Kb, 64Kb, 128Kb, 256Kb and 512Kb. RGBFix intelligently decides which one to use. The cartridge size byte in the image header is left unchanged. If you find this undesireable use the Validate Header option. -

    rgbfix -p foobar.gb
-

Truncate Image

-

Truncates the image to a valid size. 32Kb, 64Kb, 128Kb, 256Kb and 512Kb. RGBFix intelligently decides which one to use. The cartridge size byte in the image header is left unchanged. If you find this undesireable use the Validate Header option. -

    rgbfix -r foobar.gb
-

Validate Header

-

Examines the header for errors and validates them if any. -Areas examined: -

-
    rgbfix -v foobar.gb
-

Debug

-

Pretends it performs the desired changes. -

    rgbfix -tASMOTOR -p -v -d foobar.gb
-
-

Last updated 18 July 1997 by Carsten Sorensen

- -