VECRAM transfer program
-----------------------
By Mark Robson mark@gensortium.com
   Jools Smyth buzz@totem.fix.no (Amiga serial code)

This program is for use with Richard Hutchinson's excellent VECRAM.

VecRAM is a piece of hardware that lets you play Vectrex games on a real
Vectrex from ROM images downloaded over the net. This is considerable 
fun, particularly some of the entertaining games which have been written 
recently.

If you don't have one, buy a VecRAM immediately from http://www.vectrex.biz/
If you don't have a Vectrex either, buy one of those too :)

Build instructions:

- On Windows, use MingW compiler
- On Linux, use gcc 2.7.2 or something
- On Amiga, the software required is complex. Mail Jools for info.
- On DOS, use DJGPP. Install the dzcomm library from 
	http://sourceforge.net/projects/dzcomm

make -f <makefile for your platform) 

which will be something like Makefile.linux, Makefile.win32, Makefile.dos
or Makefile.amiga

that should give you an exe (veccy.exe on win/dos or just plain veccy)

usage:

veccy <filename>

The program will wait for the vecram to be turned on, send the file to it and
then terminate. 

NOTES:

1. This is a command line program, not a GUI. It works. What more do you need?

2. The port names are completely hard-coded as /dev/tts/0 for Linux, COM1 for
   Windows and serial.device channel 0 on Amiga. If you need to change them, 
   edit the source.

3. To play Mine Storm with the VecRAM plugged in, try sending a null file, such as
	/dev/null on Linux, NUL on Windows or nil: on the Amiga.

FUTURE MODS:

- Vectrex Jukebox (queue games up to play)
- Random play :)
- Automatic reload (for game development)
