v1.02 CCC - CPCEMU Colour Changer
            Copyright (c) 1996 by Ulrich Doewich


-\\- DISCLAIMER

    This software is provided as is. The author accepts no responsibility
    for damages occurring as a direct or indirect result of using this
    software.


-\\- Introduction

    CCC is a simple utility to change the colour table of CPCEMU. Since
    v1.4 of Marco's emulator, the colour table has been relocated to a .DAT
    file for convenient editing. Here CCC comes into play: it will allow
    you to make changes to the 26 CPC colours in an interactive way.


-\\- Usage

    Copy CCC to your CPCEMU directory and start it. The screen you will be
    presented with looks something like this:

    RED GRN BLU INK
    0   0   0   0   black

    As you may guess, the first three values represent the current RGB
    value for the PCs video DAC. The RGB values range from 0 (0% - no
    colour) to 63 (100% - full colour). Next comes the CPCs ink number and
    finally the colour name in plain english.

    The following keys are used to control CCC:

    x   increase ink    -    z   decrease ink

    q   increase red    -    a   decrease red
    w   increase green  -    s   decrease green
    e   increase blue   -    d   decrease blue

    S   save current colour configuration
    ESC abort CCC

    Please note that case _does_ matter! After making your adjustments,
    press S (SHIFT + s) to save the colour table to a file called
    "COLOURS.DAT".

    Now you can use an ASCII text editor (with cut and paste capabilities -
    eg. EDIT) to replace the block starting with "RGB_PAL_COLOUR =", with
    the output from "COLOURS.DAT".

    That's it!

    CCC accepts an optional parameter on the command line as the name of
    the input file. For example:

    CCC.EXE colours.dat

    would load the colour table from the file "colours.dat".


-\\- Comments, Suggestions?

    Drop me an e-mail at cyrel@interlog.com and let me know what you think,
    or would like to have changed/ see in a future version.


-\\- History

v1.00   first public release..
v1.01   colour table tag is inserted at the beginning of the output file.
v1.02   input file can be given on the command-line.

