5 A Nascom II emulator/simulator
9 This is a version 2.0, which although not finished is already very
10 useful (runs every program I've tried).
12 A very crucial part of Virtual Nascom is the excellent Z80 emulator
13 from Yaze, which is also copylefted.
18 Virtual Nascom should compile on all platform with SDL support, but
19 has only been tested on Mac OS X 10.5.7 and Open SUSE 11.1/AMD64.
21 To compile you may have to adapt the Makefile with the libraries you
27 I should improve the interface, but for now to run, use:
29 ./virtualnascom [-m monitor.nal] [-v] [app.nal]
31 VirtualNascom expects to find `nassys.nal' (unless you changed the
32 monitor using the `-m' option) and `basic.nal' upon startup. You can
33 add files to be loaded by providing them as arguments at the end of
36 Tommy Thorn <thorn@daimi.au.dk>