Changeset 8c8b4e5 in buchla-68k for ram/scordsp.c


Ignore:
Timestamp:
09/17/2017 05:01:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
432327d
Parents:
5c4721b
Message:

More volatile hardware accesses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/scordsp.c

    r5c4721b r8c8b4e5  
    102102void makeln(uint16_t lnc, uint16_t lew)
    103103{
    104         register uint16_t *lp, *cp;
    105         register int16_t i;
    106         register uint16_t lbg;
     104        volatile uint16_t *lp, *cp;
     105        int16_t i;
     106        uint16_t lbg;
    107107
    108108        lp = obj15;                     /* setup line object pointer */
Note: See TracChangeset for help on using the changeset viewer.