Changeset 6f0834c in buchla-68k for ram


Ignore:
Timestamp:
11/12/2017 09:32:04 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
72f4794
Parents:
7a2cb0d
Message:

Fixed sqwrite.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sqwrite.c

    r7a2cb0d r6f0834c  
    2929
    3030                if (seqtab[i].seqtime)          /* check the time */
    31                         na += 2L;
     31                        na += 2;
    3232
    3333                if (seqtab[i].seqact1)          /* check action 1 */
    34                         na += 4L;
     34                        na += 4;
    3535
    3636                if (seqtab[i].seqact2)          /* check action 2 */
    37                         na += 4L;
     37                        na += 4;
    3838
    3939                if (seqtab[i].seqact3)          /* check action 3 */
    40                         na += 4L;
     40                        na += 4;
    4141
    4242                if (na)                         /* tote up the result */
Note: See TracChangeset for help on using the changeset viewer.