Skip to content

Commit

Permalink
KA10: Fix divide error on KS10, add in some devices.
Browse files Browse the repository at this point in the history
       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.
  • Loading branch information
rcornwell authored and pkoning2 committed May 21, 2024
1 parent 9515201 commit 1cb2f3b
Show file tree
Hide file tree
Showing 29 changed files with 7,063 additions and 301 deletions.
5 changes: 5 additions & 0 deletions PDP10/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ add_simulator(pdp10-ka
${KA10D}/kx10_disk.c
${KA10D}/ka10_pclk.c
${KA10D}/ka10_tv.c
${KA10D}/ka10_dd.c
${KA10D}/kx10_ddc.c
${DISPLAY340}
${DISPLAYIII}
INCLUDES
Expand Down Expand Up @@ -149,6 +151,8 @@ add_simulator(pdp10-ki
${KI10D}/kx10_imp.c
${KI10D}/kx10_dpy.c
${KI10D}/kx10_disk.c
${KI10D}/kx10_ddc.c
${KI10D}/kx10_tym.c
${DISPLAY340}
INCLUDES
${KI10D}
Expand Down Expand Up @@ -236,6 +240,7 @@ add_simulator(pdp6
${PDP6D}/pdp6_dcs.c
${PDP6D}/kx10_dpy.c
${PDP6D}/pdp6_slave.c
${PDP6D}/pdp6_ge.c
${DISPLAY340}
INCLUDES
${PDP6D}
Expand Down
Loading

0 comments on commit 1cb2f3b

Please sign in to comment.