1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-27 12:42:45 +00:00

KA10: Fix divide error on KS10, add in some devices.

Fix divide of 0 on KS10 processor.
       Fix write access for auxiliary processor memory.
       Updated support new PIDP10 panel.
       Allow eight Unibux ports on the TEN device.
       Added GE DATANET-760 device to PDP6
       Removed USER mode restriction for idle detection.
       Added Data Disc 6600 Television Display System.
This commit is contained in:
Richard Cornwell
2024-05-19 14:18:37 -04:00
committed by Paul Koning
parent 9515201238
commit 1cb2f3b96c
29 changed files with 7066 additions and 304 deletions

View File

@@ -211,6 +211,10 @@
RelativePath="..\PDP10\ka10_dkb.c"
>
</File>
<File
RelativePath="..\PDP10\ka10_dd.c"
>
</File>
<File
RelativePath="..\PDP10\ka10_dpk.c"
>
@@ -275,6 +279,10 @@
RelativePath="..\PDP10\kx10_dc.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_ddc.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_df.c"
>

View File

@@ -215,6 +215,10 @@
RelativePath="..\PDP10\kx10_dc.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_ddc.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_df.c"
>
@@ -279,6 +283,10 @@
RelativePath="..\PDP10\kx10_tu.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_tym.c"
>
</File>
<File
RelativePath="..\..\windows-build\pthreads\pthread.c"
>

View File

@@ -215,6 +215,10 @@
RelativePath="..\PDP10\kx10_dpy.c"
>
</File>
<File
RelativePath="..\PDP10\pdp6_ge.c"
>
</File>
<File
RelativePath="..\PDP10\kx10_lp.c"
>