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.
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
16 VirtualNascom has been tested under Solaris 2.6/SPARC and Redhat ?/ix86.
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
30 Tommy Thorn <thorn@daimi.au.dk>