1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-25 01:47:08 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Lars Brinkhoff
63b10e09ca QR code generator.
Draw a QR code on a TV display.  A command line may specify an input
file, or else input is from the keyboard.
2024-08-26 20:49:26 +02:00
Lars Brinkhoff
fc8f554f1b Light show.
Display various patterns on the memory indiators.
2024-05-16 07:16:07 +02:00
Lars Brinkhoff
f8c728bf33 Xoroshiro pseudo-random number generator.
This is a version of the xoroshiro PRN generator with 36-bit output.
The 2⁷²-1 period coefficients in prim.txt were graciously provided by
Sebastiano Vigna.

https://vigna.di.unimi.it/ftp/papers/ScrambledLinear.pdf
2024-05-16 07:16:07 +02:00
Lars Brinkhoff
06154e001b A program to automatically run DUMP. 2023-11-06 17:04:39 +01:00
Lars Brinkhoff
d5d26bd860 "Bubble Universe" display hack for 340 and color scope.
PDP-10 implementation of
https://twitter.com/yuruyurau/status/1226846058728177665
https://oldbytes.space/@zxdunny/109342959566427298
2023-10-09 15:14:42 +02:00
Lars Brinkhoff
f3f05c68ce Update MINSKY TRON to read switches in real time. 2022-11-22 22:25:50 +01:00
Lars Brinkhoff
47daada35c Lisp library for sending TT2500 turtle commands. 2021-01-18 19:06:35 +01:00
Lars Brinkhoff
2a2acd54d3 UTNAM - set DECtape name. 2020-08-31 07:00:28 +02:00
Adam Sampson
abf2a9c9fd Shorten tvbrot's iter loop.
The code is now short enough to run from the registers, which would give
a speed improvement on a real KA.
2020-08-24 17:57:09 +01:00
Lars Brinkhoff
0ca87fcd38 Adjust display hack speed for updated 340 simulation. 2020-03-30 08:36:01 +02:00
Lars Brinkhoff
ca7c02da95 Mandelbrot on TV and 340 display. 2020-03-25 20:20:15 +01:00
Lars Brinkhoff
9f32ec0827 Lorenz attractor on the 340 display. 2020-01-20 17:06:51 +01:00
Lars Brinkhoff
3fc269272b PDP-10 Minskytron.
Translated from the PDP-1 program.
2020-01-20 08:40:45 +01:00
Lars Brinkhoff
d9cd6bf141 Munching squares in Maclisp, for display terminals. 2019-10-29 14:44:06 +01:00
Lars Brinkhoff
19e85f69ef Munching Squares for Type 340 display.
This is an implementation of HAKMEM item 146, with a bug fixed.
2019-03-19 15:21:42 +01:00