Changeset 8c8b4e5 in buchla-68k for vlib/vputs.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
  • vlib/vputs.c

    r5c4721b r8c8b4e5  
    2323*/
    2424
    25 void vputs(uint16_t *obase, int16_t row, int16_t col, int8_t *str, uint16_t attr)
     25void vputs(volatile uint16_t *obase, int16_t row, int16_t col, int8_t *str, uint16_t attr)
    2626{
    2727        int16_t c;
     
    5050*/
    5151
    52 void vputsa(uint16_t *obase, int16_t row, int16_t col, int8_t *str, uint16_t *attr)
     52void vputsa(volatile uint16_t *obase, int16_t row, int16_t col, int8_t *str, uint16_t *attr)
    5353{
    5454        int16_t c;
Note: See TracChangeset for help on using the changeset viewer.