1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-27 10:30:50 +00:00

Update tv11 emulator and throttle it to use less host CPU.

The -s argument is number of milliseconds to sleep ever 1000 PDP-11
instructions.
This commit is contained in:
Lars Brinkhoff
2019-09-01 20:05:30 +02:00
parent c43e056c7c
commit e6534c1362
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ gt40() {
}
tv11() {
(sleep 3; tools/tv11/tv11 -p 10011 localhost >tv11.log 2>&1) &
(sleep 3; tools/tv11/tv11 -s 4 -p 10011 localhost >tv11.log 2>&1) &
started TV-11 "$!"
}