Changeset 6f0834c in buchla-68k for ram/sqwrite.c
- Timestamp:
- 11/12/2017 09:32:04 PM (7 years ago)
- Branches:
- master
- Children:
- 72f4794
- Parents:
- 7a2cb0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/sqwrite.c
r7a2cb0d r6f0834c 29 29 30 30 if (seqtab[i].seqtime) /* check the time */ 31 na += 2 L;31 na += 2; 32 32 33 33 if (seqtab[i].seqact1) /* check action 1 */ 34 na += 4 L;34 na += 4; 35 35 36 36 if (seqtab[i].seqact2) /* check action 2 */ 37 na += 4 L;37 na += 4; 38 38 39 39 if (seqtab[i].seqact3) /* check action 3 */ 40 na += 4 L;40 na += 4; 41 41 42 42 if (na) /* tote up the result */
Note:
See TracChangeset
for help on using the changeset viewer.