mirror of
https://github.com/simh/simh.git
synced 2026-04-20 09:36:17 +00:00
BESM6: Implemented formatted magnetic tapes.
At the moment formatting has to be done by means of SIMH rather than using the standard OS mechanism.
This commit is contained in:
2
makefile
2
makefile
@@ -1883,7 +1883,7 @@ BESM6D = ${SIMHD}/BESM6
|
||||
BESM6 = ${BESM6D}/besm6_cpu.c ${BESM6D}/besm6_sys.c ${BESM6D}/besm6_mmu.c \
|
||||
${BESM6D}/besm6_arith.c ${BESM6D}/besm6_disk.c ${BESM6D}/besm6_drum.c \
|
||||
${BESM6D}/besm6_tty.c ${BESM6D}/besm6_panel.c ${BESM6D}/besm6_printer.c \
|
||||
${BESM6D}/besm6_pl.c \
|
||||
${BESM6D}/besm6_pl.c ${BESM6D}/besm6_mg.c \
|
||||
${BESM6D}/besm6_punch.c ${BESM6D}/besm6_punchcard.c ${BESM6D}/besm6_vu.c
|
||||
|
||||
ifneq (,$(BESM6_BUILD))
|
||||
|
||||
Reference in New Issue
Block a user