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

    r5c4721b r8c8b4e5  
    1717uint16_t        scopev;                 /* last scope value */
    1818
    19 uint16_t        *scopeob;               /* scope display object */
     19int8_t          scopebf[65];            /* scope display buffer */
    2020
    21 int8_t          scopebf[65];            /* scope display buffer */
     21volatile        uint16_t        *scopeob;               /* scope display object */
    2222
    2323struct curpak dt_flds = {
Note: See TracChangeset for help on using the changeset viewer.