1
0
mirror of https://github.com/simh/simh.git synced 2026-04-18 17:07:25 +00:00

Various Simulators: Changed line endings on accessory text files to CRLF

In following simh project standards
This commit is contained in:
Mark Pizzolato
2023-03-10 15:32:06 -10:00
parent 041c0244c9
commit 829d696c5e
6 changed files with 406 additions and 406 deletions

View File

@@ -1,9 +1,9 @@
# 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
# 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