SSV ("Scroll Saver") was the Imlac console program and terminal emulator at MIT's Dynamic Modeling group. It was written mainly by P. David Lebling. This copy is from Purdue University, courtesy of Tom Uban. SSV is required to run Maze; the game expects to find SSV's font data in core.
9 lines
254 B
Text
9 lines
254 B
Text
# Attach to a server. If the remote port isn't telnet, append ;notelnet.
|
|
attach tty 12345,connect=localhost:23
|
|
# Configure a bootstrap ROM; some programs require this.
|
|
set rom type=stty
|
|
# Load SSV version 22.
|
|
load -s ssv22.iml
|
|
# Reset and run.
|
|
reset
|
|
go
|