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

IMLAC: Simulator for Imlac PDS-1.

This commit is contained in:
Lars Brinkhoff
2020-06-12 16:05:50 +02:00
parent d1f41d9c1f
commit f95ac7ddbd
16 changed files with 3429 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ enum display_type {
* of the PDP-1, and thus all DEC machines.
*/
DIS_TX0 = 0,
DIS_IMLAC = 1,
DIS_VR14 = 14,
DIS_VR17 = 17,
DIS_VR20 = 20,