1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-03 18:26:16 +00:00

Make the SIMH console escape character be Control-\.

This commit is contained in:
Lars Brinkhoff
2018-05-09 13:58:07 +02:00
parent d5dc99de08
commit a7efcd3ac2
9 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its
set cpu idle
set tim y2k

View File

@@ -1,6 +1,6 @@
set build [pwd]/build
set out "out/$env(EMULATOR)"
set emulator_escape "\005"
set emulator_escape "\034"
proc start_salv {} {
uplevel #0 {spawn pdp10 build/simh/init}

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its
set tim y2k
at tu0 out/simh/minsys.tape

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its
set cpu 512k
set pd off

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its
set cpu 512k
set cpu mpx

View File

@@ -1,6 +1,6 @@
set build [pwd]/build
set out "out/$env(EMULATOR)"
set emulator_escape "\005"
set emulator_escape "\034"
proc start_salv {} {
uplevel #0 {spawn ./tools/sims/BIN/ka10 build/sims/init}

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its
set cpu 512k
at ptr bin/ka10/boot/magdmp.rim

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its
set cpu 512k
set cpu idle

View File

@@ -2,13 +2,12 @@
### Saving ITS files and extract them using itstar
- Mount a tape image in the emulator. For KLH10, type Control-\\, and
then
- Mount a tape image in the emulator. Type Control-\\, and then for KLH10
devmount mta0 files.tape create
continue
For SIMH, type Control-E, and then
For SIMH, type
attach tu0 files.tape
continue
@@ -18,12 +17,12 @@
wild card. Finish with an empty line. When DUMP has finished
writing the files, type `quit` to exit.
- Unmount the tape image. For KLH10, type Control-\\, and
- Unmount the tape image. Type Control-\\, and then for KLH10
devunmount mta0
continue
For SIMH, type Control-E, and then
For SIMH, type
detach tu0
continue
@@ -42,12 +41,12 @@
itstar -cf files.tape foo bar
- Mount the tape image in the emulator. For KLH10, type Control-\\ and
- Mount the tape image in the emulator. Type Control-\\, and then for KLH10
devmount mta0 files.tape
continue
For SIMH, type Control-E, and then
For SIMH, type
attach tu0 files.tape
continue