mirror of
https://github.com/simh/simh.git
synced 2026-01-27 12:32:24 +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:
committed by
Mark Pizzolato
parent
7cd42dce2d
commit
bcf854ee10
@@ -209,6 +209,10 @@
|
||||
RelativePath="..\PDP10\ka10_ch10.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\ka10_dd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\ka10_dkb.c"
|
||||
>
|
||||
@@ -277,6 +281,10 @@
|
||||
RelativePath="..\PDP10\kx10_dc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kx10_ddc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kx10_df.c"
|
||||
>
|
||||
|
||||
@@ -217,6 +217,10 @@
|
||||
RelativePath="..\PDP10\kx10_dc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kx10_ddc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kx10_df.c"
|
||||
>
|
||||
@@ -281,6 +285,10 @@
|
||||
RelativePath="..\PDP10\kx10_tu.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\kx10_tym.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\windows-build\pthreads\pthread.c"
|
||||
>
|
||||
|
||||
@@ -245,6 +245,10 @@
|
||||
RelativePath="..\PDP10\pdp6_dtc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\pdp6_ge.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\PDP10\pdp6_mtc.c"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user