Changeset ea9a162 in buchla-68k for ram/dopatch.c


Ignore:
Timestamp:
11/12/2017 10:44:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2ff1367
Parents:
99fed2e
Message:

Fixed the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/dopatch.c

    r99fed2e rea9a162  
    317317        case PA_SLIN:           /* sequence line */
    318318
    319                 seqline[suba] = dat1;
     319                seqline[suba] = (int16_t)dat1;
    320320                seqdupd |= ((uint16_t)1 << suba);
    321321                break;
Note: See TracChangeset for help on using the changeset viewer.