Skip to content

Commit 354c52c

Browse files
committed
Fix ID of 7/b tape.
1 parent 1df8700 commit 354c52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Machine {
127127
static const Word TAPE_LIBRAR_12 = 054'51'42'62'41'62'00'22;
128128
static const Word TAPE_LIBRAR_37 = 054'51'42'62'41'62'00'67;
129129
static const Word TAPE_BEMSH = 044'51'63'60'41'43'33'31; // DISPAC 739
130-
static const Word TAPE_B = 044'00'00'00'00'00'00'07;
130+
static const Word TAPE_B = 042'00'00'00'00'00'00'07;
131131

132132
// Disc names
133133
static const Word DISC_LOCAL = 054'57'43'41'54'00'00'00;

0 commit comments

Comments
 (0)