From f520cef6b9c426d37fd1384d1e8a842c0f5ac5db Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 15 Aug 2018 08:35:37 +0200 Subject: [PATCH] Build MacHack VI for TV display. Also fix a typo. --- build/misc.tcl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build/misc.tcl b/build/misc.tcl index b74d7ceb..521fbf34 100644 --- a/build/misc.tcl +++ b/build/misc.tcl @@ -459,13 +459,12 @@ expect ":KILL" respond "*" ":midas games;ts chess_as;chess\r" expect ":KILL" -# Old chess? Timesharing, no TV, no CHEOPS processor. +# MacHack VI chess: timesharing, using TV display, no CHEOPS processor. respond "*" ":midas /t games;ts ocm_chprog;ocm\r" -respond "with ^C" "DSPLY==0\r" -respond "\n" "CHEOPS==0\r\003" +respond "with ^C" "CHEOPS==0\r\003" expect ":KILL" -# MachHack VI with 340 display. +# MacHack VI: timesharing, using 340 display. respond "*" ":midas games;ts c_rg;c\r" expect ":KILL"