v1.00 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 colours of CPC 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:

    z   decrease ink    -    x   increase 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 "OUT.DAT".

    Now you can use an ASCII text editor (with cut and paste capabilities)
    to replace the block below "RGB_PAL_COLOUR =" with the output from
    "OUT.DAT".

    That's it!


-\\- 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..

