1
0
mirror of https://github.com/simh/simh.git synced 2026-02-15 04:06:59 +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-21 17:02:00 -10:00
committed by Mark Pizzolato
parent 7cd42dce2d
commit bcf854ee10
25 changed files with 6345 additions and 87 deletions

View File

@@ -245,6 +245,10 @@
RelativePath="..\PDP10\pdp6_dtc.c"
>
</File>
<File
RelativePath="..\PDP10\pdp6_ge.c"
>
</File>
<File
RelativePath="..\PDP10\pdp6_mtc.c"
>