Update the TODO to reflect the current status
[virtual-nascom.git] / README
blob80ddb64bdcfb67da480aae8ea1c2a05c00677e6f
3                             Virtual Nascom
5               A Nascom II emulator/simulator
7                              Version 2.0
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.
16 INSTALLATION
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
22 need and their path.
25 USAGE
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
34 the line.
36 Tommy Thorn <thorn@daimi.au.dk>
37 3rd of April 2000