PDP7: GRAPHICS-2 rename pdp18b_g2.c pdp18b_g2tty.c

This allows for storage scope simulation (too)!
(there is one program among the PDP-7 UNIX sources that uses the display)
This commit is contained in:
Phil Budne 2016-03-19 13:37:30 -04:00 committed by Mark Pizzolato
parent 770c37309e
commit 8f7523bd45
2 changed files with 1 additions and 1 deletions

View file

@ -940,7 +940,7 @@ PDP18B = ${PDP18BD}/pdp18b_dt.c ${PDP18BD}/pdp18b_drm.c ${PDP18BD}/pdp18b_cpu.c
${PDP18BD}/pdp18b_lp.c ${PDP18BD}/pdp18b_mt.c ${PDP18BD}/pdp18b_rf.c \
${PDP18BD}/pdp18b_rp.c ${PDP18BD}/pdp18b_stddev.c ${PDP18BD}/pdp18b_sys.c \
${PDP18BD}/pdp18b_rb.c ${PDP18BD}/pdp18b_tt1.c ${PDP18BD}/pdp18b_fpp.c \
${PDP18BD}/pdp18b_g2.c
${PDP18BD}/pdp18b_g2tty.c
PDP4_OPT = -DPDP4 -I ${PDP18BD}
PDP7_OPT = -DPDP7 -I ${PDP18BD}