Added "The Invaders.cas", a Basic program
[virtual-nascom.git] / README
blob62333d8f4b3620fbdeff778cf7d9779ea1243f18
1 VirtualNascom, a Nascom II emulator/simulator version 1.0
3 This is a version 1.0.1, which although not finished is already very
4 useful (runs every program I've tried).
6 A very crucial part of VirtualNascom is the excellent z80 emulator
7 from Yaze, which is also copylefted.
10 INSTALLATION
12 VirtualNascom should run under all resonable Unicies with X11 support.
13 To compile you may have to adapt the Makefile with the libraries you
14 need and their path.
16 VirtualNascom has been tested under Solaris 2.6/SPARC and Redhat ?/ix86.
19 USAGE
21 I should improve the interface, but for now to run, use:
23   ./xvirtualnascom [-m monitor.nal] [-v] [app.nal]
25 VirtualNascom expects to find `nassys.nal' (unless you changed the
26 monitor using the `-m' option) and `basic.nal' upon startup.  You can
27 add files to be loaded by providing them as arguments at the end of
28 the line.
30 Tommy Thorn <thorn@daimi.au.dk>
31 3rd of April 2000