1
0
mirror of https://github.com/simh/simh.git synced 2026-02-23 15:43:15 +00:00

i1401: Fix comment in operation table

This commit is contained in:
Bob Supnik
2019-04-15 19:17:30 -07:00
committed by Mark Pizzolato
parent 8a3a3a63d7
commit fd062ddf2c

View File

@@ -326,7 +326,7 @@ const int32 op_table[64] = {
L1 | L2 | L4 | L5, /* write and read */ L1 | L2 | L4 | L5, /* write and read */
L1 | L2 | L4 | L5, /* punch */ L1 | L2 | L4 | L5, /* punch */
L1 | L4, /* read and 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 | L2 | L4 | L5, /* write, read, punch */
L1, /* 10: read feed */ L1, /* 10: read feed */
L1, /* punch feed */ L1, /* punch feed */