1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

CDC1700: Release 2

- Fix protect fault for 2-word instructions so that background tasks do not
   crash.
- Lay the ground work for supporting the enhanced instruction set.
- Fix disk layout bug (disks are no longer compatible with previous version).
- Add debugging support for displaying MSOS 5 system requests.
- Fix bugs found by Coverity.
This commit is contained in:
Mark Pizzolato
2017-03-14 13:36:57 -07:00
parent ca19ac921c
commit df1baf2528
14 changed files with 2083 additions and 723 deletions

View File

@@ -224,6 +224,10 @@
RelativePath="..\CDC1700\cdc1700_lp.c"
>
</File>
<File
RelativePath="..\CDC1700\cdc1700_msos5.c"
>
</File>
<File
RelativePath="..\CDC1700\cdc1700_mt.c"
>