Changeset 8c8b4e5 in buchla-68k for ram/ucslice.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/ucslice.c

    r5c4721b r8c8b4e5  
    2727void ucslice(void)
    2828{
    29         register uint16_t *pxptr, *slptr;
    30         register struct gdsel *gdsep;
    31         register int32_t lc;
    32         register uint16_t i, ncolor, mask1, mask2;
     29        uint16_t *pxptr;
     30        volatile uint16_t *slptr;
     31        struct gdsel *gdsep;
     32        int32_t lc;
     33        uint16_t i, ncolor, mask1, mask2;
    3334        uint16_t *ncptr, *nctabp;
    3435        struct gdsel **gdstp, *gdprv, *gdnxt;
Note: See TracChangeset for help on using the changeset viewer.