From d8eeb1ce00ab530d86f2e651e4104199aac72c5f Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Mon, 15 Apr 2019 21:56:20 -0700 Subject: [PATCH] i1401: Fix comment in operation table --- I1401/i1401_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I1401/i1401_cpu.c b/I1401/i1401_cpu.c index 4e3977db..f54f4060 100644 --- a/I1401/i1401_cpu.c +++ b/I1401/i1401_cpu.c @@ -326,7 +326,7 @@ const int32 op_table[64] = { L1 | L2 | L4 | L5, /* write and read */ L1 | L2 | L4 | L5, /* punch */ L1 | L4, /* read and punch */ - L1 | L2 | L4 | L5, /* write and read */ + L1 | L2 | L4 | L5, /* write and punch */ L1 | L2 | L4 | L5, /* write, read, punch */ L1, /* 10: read feed */ L1, /* punch feed */