File tree 4 files changed +1
-71
lines changed
4 files changed +1
-71
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FILES = sblk-file.o pdump-file.o dmp-file.o raw-file.o exe-file.o \
8
8
9
9
WORDS = aa-word.o alto-word.o bin-word.o cadr-word.o core-word.o \
10
10
data8-word.o dta-word.o its-word.o oct-word.o pt-word.o \
11
- sail-word.o tape-word.o x-word.o
11
+ sail-word.o tape-word.o
12
12
13
13
OBJS = pdp10-opc.o info.o dis.o symbols.o \
14
14
timing.o timing_ka10.o timing_ki10.o memory.o weenix.o
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ extern struct word_format pt_word_format;
100
100
extern struct word_format sail_word_format ;
101
101
extern struct word_format tape_word_format ;
102
102
extern struct word_format tape7_word_format ;
103
- extern struct word_format x_word_format ;
104
103
105
104
extern void usage_file_format (void );
106
105
extern int parse_input_file_format (const char * );
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ static struct word_format *word_formats[] = {
35
35
& sail_word_format ,
36
36
& tape_word_format ,
37
37
& tape7_word_format ,
38
- & x_word_format ,
39
38
NULL
40
39
};
41
40
static word_t checksum ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments