------------------------------------------
WHAT IS THIS???
------------------------------------------
This is a WIN32 version of a Space Invaders Emulator for educational purposes.

It will run the following games.

"Space Invaders"
"Space Attack"
"Earth Invasion"
"Alien Invasion"
"Space Invaders (Taito)"
"Invaders Deluxe"
"Invaders Revenge"
"Space Invaders Part II"
"Cosmic Monsters"

Feel free to add more.

The ROM file names are standard MAME names and may be found by examining the source code.

Parts of this were taken from the INVMZ emulator by EMUL8.

Parts of this were taken from VBEMU by Tony Docherty.

Multi-Z80 CPU emulator by Neil Bradley (neil@synthcom.com).
Included as a DLL file, version 3.1

The roms need to be located in a ROMS subdirectory from the main .EXE file.

The sound samples need to be located in a SAMPLES subdirectory from the main .EXE file.
The sound files need to be the MAME .WAV samples 0-8.

The sound is provided using the WAVMIX32.DLL version 1.80 from Microsoft.
This provides 8 channel sound mixing.

Everything you need to compile this should be included in the ZIP file.

--------------------------------------------------
COMPILING THE SOURCE CODE - LCCWIN32
--------------------------------------------------

INVADERS is compiled under the freely available LCCWIN32 compiler.


I have also included a .EXE file because it always seems that everytime I download
some source code, something is missing or it just won't compile on my machine.


This is free source code. Make changes and enhancements as you like as I am sure
this is far from perfect.


Create a directory under LCC called WINVADER and unzip the zip file with the "-d" option
to restore the directory structure. Then import the WINVADER.PRJ project into
the WEDIT editor.

Copy the two .LIB files MZ80.lib and WAVMIX32.lib to the lcc\lib directory.

----------------------------------
CONTROLS
----------------------------------

The keys are the standard ones.

1 - Player One

2 - Player Two

3 - Insert Coin

LEFT ARROW - Move Left

RIGHT ARROW - Move Right

CONTROL - Fire


see ya

Mark Hazelwood.

---------------------------------
EMUL8 - invmz Contact information
---------------------------------

Authors:
        *Zan (ben@netstra.com.au)
        *LD (                    )

MZ80:
        *Neil Bradley (neil@synthcom.com)
        ftp://ftp.synthcom.com/pub/emulators/cpu/makez80.zip (latest version)
