1
0
mirror of https://github.com/simh/simh.git synced 2026-04-27 04:26:41 +00:00

TMXR: Properly announce attach connection on serial lines when -V option is set

This commit is contained in:
Mark Pizzolato
2017-10-30 18:24:19 -07:00
parent cb21246f6e
commit daf8382cf2
3 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
/* sim_serial.h: OS-dependent serial port routines header file
Copyright (c) 2008, J. David Bryan
Copyright (c) 2008, J. David Bryan, Mark Pizzolato
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@@ -24,6 +24,8 @@
in this Software without prior written authorization from the author.
07-Oct-08 JDB [serial] Created file
22-Apr-12 MP Adapted from code originally written by J. David Bryan
*/