From fd062ddf2c27ac9748b575db6f2a61c93a46876f Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Mon, 15 Apr 2019 19:17:30 -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 d10a409d..2d6c9b9d 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 */