Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From 7ce3553bf5f4bccd
To d6d34de7ecf908b4
2016-12-04
| | |
03:58 |
|
check-in: 07a2501c15 user: tangent tags: trunk
|
03:27 |
|
check-in: d6d34de7ec user: tangent tags: trunk
|
01:53 |
|
check-in: 0d657a6e12 user: tangent tags: trunk
|
2016-11-21
| | |
09:33 |
|
check-in: ec36ee3dab user: tangent tags: trunk, v20151215
|
09:11 |
|
check-in: 7ce3553bf5 user: tangent tags: trunk
|
| | |
Added .fossil-settings/binary-glob.
|
1
2
3
4
5
6
7
8
9
|
+
+
+
+
+
+
+
+
+
|
examples/*.pt
labels/*.pdf
media/*/*.bin
media/*/*.dsk
media/*/*.pt
media/*/*.rk05
media/*/*.tu56
pics/*/*.jpg
pics/*/*.png
|
| | | | | | | |
Added AUTHORS.md.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
# Creators and Major Contributors to the PiDP-8/I Project
* **Oscar Vermeulen <oscar.vermeulen@hotmail.com>**:
- Creator of the project (both hardware and software)
- Author of the modifications to the SimH PDP-8 simulator
necessary to make it use the PiDP-8/I front panel hardware
- Curator of the default set of binary demo media
- Author of the simulator setup scripts
- Initiator of much else in the project
- Author of the bulk of the documentation
- Host and major contributor to the PiDP-8/I support forum on
Google Groups
- Hardware kit assembler and distributor
* **Robert M Supnik** Primary author of the SimH PDP-8 simulator upon
which this project is based.
* **Mike Barnes** Ported Oscar Vermeulen's SimH 3.9 based PiDP-8/I
simulator to the new SimH 4.0 code base.
* **Dylan McNamee** Creator of the "buildroot" feature used in the
creation of the official 2015.12.15 release versions.
* **Mark G. Thomas** Creator of the installation scripts for the
2015.12.15 release. Though those scripts proper are no longer
present, the bulk of their function was folded into the 1make
install1 target in the present `Makefile.in` file.
* **Ian Schofield <isysxp@gmail.com>** Modified the LED lamp driving
code in the simulator to better simulate the incandescent lamps in
the original PDP-8/I hardware.
* **Warren Young <tangentsoft@gmail.com>** Did everything listed in
`ChangeLog.md` that is not atttributed to anyone else.
* **Paul R. Bernard <prb@downspout.ca>** wrote `src/test.c`, which
builds and installs as `pidp8i-test`. He also wrote the core of what
now appears in `README-test.md`.
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Added ChangeLog.md.