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