Changeset 72741f4 in buchla-68k for ram/scselbx.x


Ignore:
Timestamp:
11/15/2017 07:28:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
00c31a2
Parents:
7c5def4
Message:

Fixed incompatible pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/scselbx.x

    r7c5def4 r72741f4  
    4848extern  void            showsm(void);
    4949extern  void            showtm(void);
    50 extern  void            svtdsp(uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);
     50extern  void            svtdsp(volatile uint16_t *obj, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *buf);
    5151extern  void            svtstop(void);
Note: See TracChangeset for help on using the changeset viewer.