Skip to content

Commit cccacf5

Browse files
committed
TITO file extraction tool.
TITO is a Tymshare magtape format. It's similar to FAILSAFE.
1 parent cbb0c40 commit cccacf5

File tree

4 files changed

+1631
-1
lines changed

4 files changed

+1631
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ unscr
2929
tvpic
3030
lodepng.h
3131
lodepng.c
32+
tito

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OBJS = pdp10-opc.o info.o dis.o symbols.o \
1111

1212
UTILS = conv36 bin2ascii bin2x its2x its2bin its2rim itsarc magdmp magfrm dskdmp \
1313
macdmp saildart macro-tapes tape-dir harscntopbm palx its2ascii \
14-
tracks ipak kldcp klfedr scrmbl unscr tvpic
14+
tracks ipak kldcp klfedr scrmbl unscr tvpic tito
1515

1616
all: dis10 $(UTILS) check
1717

@@ -83,6 +83,9 @@ tape-dir: tape-dir.o $(OBJS) libwords.a
8383
tracks: tracks.o $(OBJS) libwords.a
8484
$(CC) $(CFLAGS) $^ -o $@
8585

86+
tito: tito.o $(OBJS) libwords.a
87+
$(CC) $(CFLAGS) $^ -o $@
88+
8689
harscntopbm: harscntopbm.o libwords.a
8790
$(CC) $(CFLAGS) $^ -o $@
8891

0 commit comments

Comments
 (0)