From 2982aaf18f535fd94fd5286295ee622e356ace1f Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Tue, 29 Mar 2016 01:59:04 -0400 Subject: [PATCH] uncomment SIMH config lines for GRAPHICS-2 simulation --- build/alt/unixv0.simh | 4 ++-- build/unixv0.simh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/alt/unixv0.simh b/build/alt/unixv0.simh index 900fc2a..53827e0 100644 --- a/build/alt/unixv0.simh +++ b/build/alt/unixv0.simh @@ -14,8 +14,8 @@ att rb alt/image.fs # uncomment to TELNET in GRAPHICS-2 keyboard/display(!!) # (requires github.com/philbudne/simh) -#set g2in ena -#att -U g2in 12345 +set g2in ena +att -U g2in 12345 # disable hardware UNIX-7 doesn't know about: set lpt disa diff --git a/build/unixv0.simh b/build/unixv0.simh index 7abf4fc..297ef35 100644 --- a/build/unixv0.simh +++ b/build/unixv0.simh @@ -14,8 +14,8 @@ att rb image.fs # uncomment to TELNET in GRAPHICS-2 keyboard/display(!!) # (requires github.com/philbudne/simh) -#set g2in ena -#att -U g2in 12345 +set g2in ena +att -U g2in 12345 # disable hardware UNIX-7 doesn't know about: set lpt disa