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

    r5c4721b r8c8b4e5  
    2525*/
    2626
    27 void vspray4(uint16_t *vobj, int16_t vwid, int16_t fg, int8_t *ml[], int16_t vb, int16_t pitch)
     27void vspray4(volatile uint16_t *vobj, int16_t vwid, int16_t fg, int8_t *ml[], int16_t vb, int16_t pitch)
    2828{
    2929        register int8_t *cp, *lp, c;
Note: See TracChangeset for help on using the changeset viewer.