1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-28 10:42:51 +00:00

KA10: Support for PiDP10 front panel.

This commit is contained in:
Richard Cornwell
2023-04-18 20:52:44 -04:00
parent f29f8f4f06
commit 896c3cd967
2 changed files with 1026 additions and 0 deletions

1022
PDP10/ka10_pipanel.c Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1457,6 +1457,10 @@ KA10_OPT += -DPANDA_LIGHTS
KA10 += ${KA10D}/kx10_lights.c
KA10_LDFLAGS += -lusb-1.0
endif
ifneq (${PIDP10},)
KA10_OPT += -DPIDP10=1
KA10 += ${KA10D}/ka10_pipanel.c
endif
KI10D = ${SIMHD}/PDP10
ifneq (,${DISPLAY_OPT})