MULTIJOY hardware information and software development kit
----------------------------------------------------------

In this package you find all you need to build a Multi Joystick
Interface, test it and develop software for it. This archive should
contain the following files:


    README        Read this! It's very important
    FILELIST      this file
    COPYRITE      our copyright notice
    MULTIJOY.DOC  the details
    MULTI007.CFG  the configuration file for the multi joystick interface
    KEYBOARD.CFG  the configuration file for joystick emulation


In the directory HARDWARE:

    BUILD.TXT     this file describes how to build an interface
    BAUEN.TXT     same in german
    ETCHING.TXT   how to etch the printed circuit board
    AETZEN.TXT    same in german

    SCHEM.PCX     the schematics for the interface
    PCB.PCX       the layout of the PCB required for etching
    PLCPLN1.PCX   placeplan for interface version 1
    PLCPLN2.PCX                   "               2
    PLCPLN3.PCX                   "               3

    SCHEM.PCL     the same files as above, but ready to be printed by
    PCB.PCL       HP Laserjet compatible printers (300dpi)
    PLCPLN1.PCL   
    PLCPLN2.PCL
    PLCPLN3.PCL


In the directory SOFTWARE:

    MULTIJOY.PAS  the central Pascal unit for joystick readout
    MULTIERR.PAS  the error messages of MULTIJOY.PAS
    MULTIKBD.PAS  the keyboard emulation part of MULTIJOY.PAS

    MINIJOY.PAS   a small demonstration Pascal unit

    MINIJOY.C     the C version of MINIJOY.PAS
    MINIJOY.H     the header file of MINIJOY.C


In the directory TESTWARE:

    PORTTEST.PAS  low level interface test program
    PORTTEST.EXE
    JOYTEST.PAS   a simple test and demo program using MULTIJOY.PAS
    JOYTEST.C     the same in C (but using MINIJOY.C)
    JOYTEST.EXE
    MULTICFG.PAS  a utility to generate .cfg files
    MULTICFG.EXE

