1
0
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:
Leo Broukhis
2022-02-11 22:41:13 -08:00
parent d960c96f56
commit 9f5e40e240
6 changed files with 630 additions and 12 deletions

View File

@@ -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))