1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-05 19:09:21 +00:00
Commit Graph

978 Commits

Author SHA1 Message Date
Lars Brinkhoff
188b894795 Fix Lisp display slave when using PDP-10. 2018-12-31 10:39:56 +01:00
Lars Brinkhoff
a63f11a7b9 NTS DDT uses old style literals. Don't output paper tape. 2018-12-29 21:00:27 +01:00
Lars Brinkhoff
c9bbe775f2 Non timesharing DDT. 2018-12-29 21:00:27 +01:00
Lars Brinkhoff
7d1a8b3817 TBMOFF - turn TAC or TIP binary mode off. 2018-12-28 13:07:09 +01:00
Lars Brinkhoff
06351f7f7f IPLJOB - plot display lists. 2018-12-27 15:18:30 +01:00
Lars Brinkhoff
18019a077d Fix Dazzle Dart use of clock interrupt.
If the count buffer isn't set to 1, it will remain 0 which results in
a count period of 65536 or 1092 seconds.
2018-12-26 17:54:28 +01:00
Eric Swenson
90e2e34d5e Fixes comment in PAPSAV so that reference to SYSMLNG is not SYSMLN.
Resolves #1456.
2018-12-23 07:35:23 -08:00
Eric Swenson
00d632a639 Updated PAPSAV to use SYSMSG macros for maintaining patch table and
for doing more elegant patching of ITS addresses in the code.
Resolves #1454.
2018-12-22 14:35:22 -08:00
Lars Brinkhoff
ba046430dc NETRFC - serve ARPANET connections. 2018-12-22 06:26:49 +01:00
Eric Swenson
a98551f8ec Updated SYSEN3;PAPSAV 1 as SYSEN3;PAPSAV 2 so that it uses the
SYSENG;CALRET > macros, as the original PAPSAV did.  The resulting
binary compares identically to CHANNA;RAKASH PAPSAV.

Resolves #1451.
2018-12-21 16:40:29 -08:00
Lars Brinkhoff
bf9a101f36 Fix 11SIM bug in NG display incremental mode.
Always start reading bits starting from 7, going down.
2018-12-21 06:51:23 +01:00
Lars Brinkhoff
cd253033e1 Fix bug in 11LOGO turtle graphics LEFT command.
No need to compute sign extension when using EAE, moving to MQ does
that automatically.  When a negative number was used as dividend, the
sign extension was accidentally complemented.
2018-12-21 06:51:23 +01:00
Lars Brinkhoff
d7c2bbec36 Fix script used to start 11LOGO in simulator.
The starting address prefix argument to ;G was in the wrong place.
2018-12-21 06:51:23 +01:00
Lars Brinkhoff
73dea2d621 Fix 11LOGO bug in MOD procedure.
The EAE puts the modulo in the AC which is before, not after MQ.
2018-12-21 06:51:23 +01:00
Lars Brinkhoff
29f02fe112 Dazzle Dart - video game. 2018-12-20 05:54:57 +01:00
Eric Swenson
d39c4e9291 Reconstructed source for CHANNA;RAKASH PAPSAV. Saved as SYSEN3;PAPSAV 1.
This daemon records system console messages in the file DRAGON; CDATA >.
Resolves #1029.
2018-12-17 21:52:38 -08:00
Lars Brinkhoff
edb85af24b Fix PEEK "K" mode when ITS doesn't have Chaosnet. 2018-12-17 10:56:03 +01:00
Lars Brinkhoff
bfa4937eca 340D - Datapoint emulator for 340 display.
Written anew from vague description of original 340D.
2018-12-17 05:40:41 +01:00
Lars Brinkhoff
2748bf9d2f Start TV-11 after booting ITS.
Make a link from CHANNA; RAKASH TVFIX to SYS1; TS STUFF.  This JNAME
will make STUFF call a special routine to stuff the TV-11 and set
TT11P to 1.
2018-12-17 05:39:43 +01:00
Eric Swenson
1d0891aa97 Fixed issue with no start address being specified in end statement.
This fixes issue with UPTIME daemon immediately dying with an ILOPR
fault due to starting at address 0.
2018-12-11 06:43:31 -08:00
Eric Swenson
c035e92756 Added empty dragon;sysmsg log file so that dragon;rakash pfthmg daemon
will update this file with select messages from SYSMSG.
2018-12-11 06:43:04 -08:00
Lars Brinkhoff
f444e42a84 Remove garbage from end of NEWDEC. 2018-12-10 19:36:13 +01:00
Lars Brinkhoff
a7115b9f07 NEWDEC - DECtape converter. 2018-12-10 19:36:13 +01:00
Lars Brinkhoff
0c1739f414 Fix typoed 'DBP' in ITS.
Crashed ITS on first use of TV wholine.
2018-12-07 21:56:11 +01:00
Lars Brinkhoff
4ffb7cfaa4 LINE - display wholine.
Reconstructed from disassembly of SYS2; TS LINE dated 1977-09-05, by
editing SYSEN2; WHOLIN 53 dated 1977-12-16.

The binary has the symbol %ASDAT indicating the date 1977-09-05, and
%VERSI version 2.

Historical records show a file named RAB; LINE 2 timestamped
1977-12-07.
2018-12-06 17:49:12 +01:00
Lars Brinkhoff
e56b4896c1 GUNNER - gun down jobs. 2018-12-05 19:01:03 +01:00
Lars Brinkhoff
f9566d98b7 Update display UUOs to insert newer macros file. 2018-12-03 15:31:05 +01:00
Lars Brinkhoff
c12872edcf KLH's display UUOs, and a clock application. 2018-12-03 15:31:05 +01:00
Lars Brinkhoff
15c5a64172 Automatically STUFF the TV-11.
If called with jname TVFIX, stuff the TV-11 and then frob TT11P.
2018-12-03 13:58:53 +01:00
Lars Brinkhoff
450b8af6fa Remove the TVFIX code from LOCK. 2018-12-03 13:58:53 +01:00
Lars Brinkhoff
813b5d7c30 Fix TV wholine Y2K bug.
Years later than 1999 displays as three digits.
2018-12-02 05:55:13 +01:00
Lars Brinkhoff
dc896af2f9 Update VIEW from version 113.
With the JCL fix it becomes 114.
2018-11-29 15:37:27 +01:00
Lars Brinkhoff
d83ee9e4b9 DMARCD - DM archive device.
This is the real source for DEVICE; OARCDV BIN, which uses the old
"ARC!!!" archive format.  The previously reconstructed ARCDEV 66 can
be removed, and it was also the wrong version.
2018-11-28 17:59:43 +01:00
Lars Brinkhoff
9ff6974b7d Remove obsolete host names from LSRDMP. 2018-11-26 17:28:37 +01:00
Lars Brinkhoff
5d25b4d0b0 Original source file for LSRDMP. 2018-11-26 17:28:37 +01:00
Lars Brinkhoff
1db8a70b01 Build MINITS.
Add a new configuration for testing.
2018-11-25 20:59:17 +01:00
Lars Brinkhoff
6b1a428b46 Fix MINITS to insert files from current disk device, not MC. 2018-11-25 20:59:17 +01:00
Lars Brinkhoff
f85b53d480 MINITS - mini-ITS network utility. 2018-11-25 20:59:17 +01:00
Lars Brinkhoff
e24aea0440 TREES - list toplevel jobs. 2018-11-20 16:39:25 +01:00
Lars Brinkhoff
968360b8f8 PICK - examine Muddle locks.
Uses the file MUDDLE; LOCKS PAGE.
2018-11-20 07:01:19 +01:00
Lars Brinkhoff
f0984fc705 Fix bug in CHATAB.
The value of NW%CHS is not limited to 18 bits.
2018-11-19 13:10:12 +01:00
Lars Brinkhoff
4a1c6dc783 CHATAB - print information on Chaosnet hosts. 2018-11-19 13:10:12 +01:00
Lars Brinkhoff
5ae4efe416 Change name of Muddle WHOM to WHOMUD.
It's in conflict with the WHOJ alias WHOM.
2018-11-19 12:57:54 +01:00
Lars Brinkhoff
80d83009a7 Fix MUDINQ use of IBP.
The AC field of IBP should be zero.
2018-11-19 12:57:54 +01:00
Lars Brinkhoff
cbe5fdf62b MUDINQ - Muddle inquirer.
Used to send a form for a Muddle job to evaluate, printing the result.

Aliases:
- PURGE, flushes Zork.
- MAKSCR, make Zork script.
- STATUS, queries status of compiler.
- WHOM, lists listening Muddle jobs.
2018-11-19 12:57:54 +01:00
Eric Swenson
ae32f2a6c8 Added emacs pascal mode pl mode and documentation.
Resolves #1303.
2018-11-18 07:40:06 -08:00
Eric Swenson
428d228af1 Add the file SHARE; DESOLN LISP, which appears to resolve an issue with
using ho:desolve in macsyma.  Resolves #1154.
2018-11-17 18:42:57 +01:00
Eric Swenson
90268fe9c8 Add emacs renum library for renumbering sections, references, equations,
etc. in manuscripts.  Resolves #1209.
2018-11-17 06:12:52 -08:00
Eric Swenson
a5f1fa0412 Removes incorrect version number from HERALD expression in LSPSRC;VECTOR 75.
The current value doesn't match FN2, as I forgot to update it the last time
I updated this file. Removing the explicit version number will cause HERALD
to display the FN2 as the version number.  Resolves #1318.
2018-11-17 06:07:04 -08:00
Lars Brinkhoff
47d27f5f3c COMBAT - submit jobs to the Muddle compiler. 2018-11-17 08:03:55 +01:00