Commit graph

7 commits

Author SHA1 Message Date
Mark Pizzolato
d8dbc7e6b5 SCP: Migrate all stdio writes to pass through SCP provided Fprintf() 2017-01-14 20:48:09 -08:00
Mark Pizzolato
5531ccb175 ALL: Massive 'const' cleanup
These changes facilitate more robust parameter type checking and helps
to identify unexpected coding errors.

Most simulators can now also be compiled with a C++ compiler without
warnings.

Additionally, these changes have also been configured to facilitate easier
backporting of simulator and device simulation modules to run under the
simh v3.9+ SCP framework.
2016-05-15 15:25:33 -07:00
Mark Pizzolato
e768629009 SCP: Added the capability for EXAMINE command output to be written directly to a socket. 2015-02-21 12:40:36 -08:00
Gerardo Ospina
3e25784b99 LF endings replaced with CR-LF endings
Source file LF endings replaced with CR-LF endings. GIT configuration
changed: git config --global core.autocrlf false
2013-05-13 15:40:23 -05:00
Gerardo Ospina
865ae4d091 Added CR-LF line endings. Tabs replaced with spaces
Text files stored with CR-LF line endings, all tabs replaced with 4
spaces.
2013-05-13 14:31:24 -05:00
Gerardo Ospina
b8d037b08b SSEM documentation added
Documentation added. Copyright information addedd/corrected.
2013-05-13 03:39:17 -05:00
Gerardo Ospina
b97bc9e004 Initial public version of Manchester SSEM for SIMH
Initial public version of Manchester University Small Scale Experimental
Machine (SSEM) for SIMH
2013-04-29 02:49:42 -05:00