1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

IMLAC: Add MIT bell device.

A hardware device particular to MIT with some kind of bell sound.
This commit is contained in:
Lars Brinkhoff
2020-06-15 12:44:41 +02:00
parent 09ae6da2cc
commit 629f138fea
5 changed files with 73 additions and 2 deletions

View File

@@ -1496,7 +1496,7 @@ PDP10_OPT = -DVM_PDP10 -DUSE_INT64 -I ${PDP10D} -I ${PDP11D} ${NETWORK_OPT}
IMLACD = ${SIMHD}/imlac
IMLAC = ${IMLACD}/imlac_sys.c ${IMLACD}/imlac_cpu.c \
${IMLACD}/imlac_dp.c ${IMLACD}/imlac_crt.c ${IMLACD}/imlac_kbd.c \
${IMLACD}/imlac_tty.c ${IMLACD}/imlac_pt.c \
${IMLACD}/imlac_tty.c ${IMLACD}/imlac_pt.c ${IMLACD}/imlac_bel.c \
${DISPLAYL} ${DISPLAYIMLAC}
IMLAC_OPT = -I ${IMLACD} ${DISPLAY_OPT}