1
0
mirror of https://github.com/simh/simh.git synced 2026-01-28 12:49:21 +00:00

PDP11: Add Logo TV raster display.

This commit is contained in:
Lars Brinkhoff
2019-09-27 12:00:58 +02:00
committed by Mark Pizzolato
parent 13677e83af
commit a43b39acf7
5 changed files with 633 additions and 1 deletions

View File

@@ -1483,7 +1483,7 @@ PDP11 = ${PDP11D}/pdp11_fp.c ${PDP11D}/pdp11_cpu.c ${PDP11D}/pdp11_dz.c \
${PDP11D}/pdp11_kmc.c ${PDP11D}/pdp11_dup.c ${PDP11D}/pdp11_rs.c \
${PDP11D}/pdp11_vt.c ${PDP11D}/pdp11_td.c ${PDP11D}/pdp11_io_lib.c \
${PDP11D}/pdp11_rom.c ${PDP11D}/pdp11_ch.c ${PDP11D}/pdp11_dh.c \
${PDP11D}/pdp11_ng.c ${PDP11D}/pdp11_daz.c \
${PDP11D}/pdp11_ng.c ${PDP11D}/pdp11_daz.c ${PDP11D}/pdp11_tv.c \
${DISPLAYL} ${DISPLAYNG} ${DISPLAYVT}
PDP11_OPT = -DVM_PDP11 -I ${PDP11D} ${NETWORK_OPT} ${DISPLAY_OPT}