First Commit of my working state
[simh.git] / NOVA / eclipse.txt
1 Charles Owen's Eclipse Modules
2
3 1. Eclipse CPU simulator
4
5 The Eclipse CPU simulator can be used with the Nova definitions and peripheral
6 modules to produce an Eclipse simulator that will run Eclipse mapped RDOS V7.5.
7 The compilation procedure is the same as for the Nova simulator, except:
8
9 - the symbol ECLIPSE must be defined
10 - the module eclipse_cpu.c must be substituted for nova_cpu.c
11 - the output should be named eclipse rather than nova
12
13 For example, to compile under UNIX, move nova_cpu.c out of the source directory
14 and then give this command:
15
16 % cc -DECLIPSE eclipse_cpu.c nova_*.c -o eclipse
17
18 2. Alternate terminal emulator
19
20 The module eclipse_tt.c can be used with either an Eclipse or Nova CPU simulator
21 in place of nova_tt.c. It provides a full emulation of the cursor controls on
22 the Dasher video terminal but requires that the underlying operating system
23 interpret VT100 cursor controls. Thus, it works under VMS or UNIX but not under
24 Windows or OS/2.