CPC4X - file and directory structure:

/+-- $HOME/
 |     |
 |     +-- .cpc4xrc           Configuration file which keeps emulator option (do not change by hand)
 |     |
 |     +-- cpc/               Working directory of the emulator. Can be defined in the Makefile
 |          |
 |          +-- .dlgfile      The TCL/Tk dialouges communicate via files with the emulator. One file
 |          |
 |          +-- .dlghelp      keeps the selected DSK file and the other one tells, if help should be opened.
 |          |
 |          +-- disc/         Disc image directory
 |          |
 |          +-- rom/          Directory for the ROM files
 |          |
 |          +-- tmp/          not used
 |          |
 |          +-- tape/         not used
 |
 |
 +-- $INSTALLDIR/             System installation directory as defined in the Makefile (e.g. /usr/lib/cpc)
 |      |
 |      +-- cpc4x.bin         The emulator as binary file
 |      |
 |      +-- doc/              Some information files to the cpc4x.
 |      |
 |      +-- html/             Help files as HTML documents
 |      |
 |      +-- icons/            Some icons for the desktop as XPM file
 |      |
 |      +-- menus/            The TCL/Tk dialouges directory
 |      |
 |      +-- src/              The source code of the emulator
 |      |
 |      +-- disc/             Disc image directory
 |      |
 |      +-- rom/              Directory for the ROM files
 |      |
 |      +-- tmp/              not used
 |      |
 |      +-- tape/             not used
 |
 |
 +-- $BINDIR                  This directory should be included by the PATH variable (e.g. /usr/X11/bin)
        |
        +-- cpc               Shell script file to start the emulator


