Skip to content

Commit e0849ea

Browse files
committed
Remove the "x" word format; it's the same as the "Alto" format.
1 parent c055b26 commit e0849ea

File tree

4 files changed

+1
-71
lines changed

4 files changed

+1
-71
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FILES = sblk-file.o pdump-file.o dmp-file.o raw-file.o exe-file.o \
88

99
WORDS = aa-word.o alto-word.o bin-word.o cadr-word.o core-word.o \
1010
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
1212

1313
OBJS = pdp10-opc.o info.o dis.o symbols.o \
1414
timing.o timing_ka10.o timing_ki10.o memory.o weenix.o

dis.h

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ extern struct word_format pt_word_format;
100100
extern struct word_format sail_word_format;
101101
extern struct word_format tape_word_format;
102102
extern struct word_format tape7_word_format;
103-
extern struct word_format x_word_format;
104103

105104
extern void usage_file_format (void);
106105
extern int parse_input_file_format (const char *);

word.c

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ static struct word_format *word_formats[] = {
3535
&sail_word_format,
3636
&tape_word_format,
3737
&tape7_word_format,
38-
&x_word_format,
3938
NULL
4039
};
4140
static word_t checksum;

x-word.c

-68
This file was deleted.

0 commit comments

Comments
 (0)