1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-04 15:16:06 +00:00

PDP8: Add Type 34 display support.

This commit is contained in:
Lars Brinkhoff
2025-06-29 13:54:52 +02:00
committed by Paul Koning
parent e77598b61f
commit 065f67ab7f
7 changed files with 192 additions and 3 deletions

View File

@@ -255,6 +255,7 @@
<ClCompile Include="..\PDP8\pdp8_tsc.c" />
<ClCompile Include="..\PDP8\pdp8_tt.c" />
<ClCompile Include="..\PDP8\pdp8_ttx.c" />
<ClCompile Include="..\PDP8\pdp8_dpy.c" />
<ClCompile Include="..\scp.c" />
<ClCompile Include="..\sim_console.c" />
<ClCompile Include="..\sim_disk.c" />
@@ -292,4 +293,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>