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

    r5c4721b r8c8b4e5  
    3434uint16_t        LineAtr;                /* attribute for the new line */
    3535
    36 uint16_t        *LineBuf;               /* current display memory pointer */
    37 uint16_t        *OldLine;               /* old display memory pointer */
    38 uint16_t        *ScObAdr;               /* display memory base pointer */
     36volatile        uint16_t        *LineBuf;       /* current display memory pointer */
     37volatile        uint16_t        *OldLine;       /* old display memory pointer */
     38volatile        uint16_t        *ScObAdr;       /* display memory base pointer */
    3939
    4040int16_t LineCon = SS_LEN * 3;           /* line offset constant */
Note: See TracChangeset for help on using the changeset viewer.