Changeset 58ff1a9 in buchla-68k for ram/ptdisp.c


Ignore:
Timestamp:
11/15/2017 07:51:33 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8d0af8a
Parents:
00c31a2
Message:

Fixed pointer signedness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ptdisp.c

    r00c31a2 r58ff1a9  
    5959{
    6060        register int16_t i, j;
    61         int16_t atrbuf[64];
     61        uint16_t atrbuf[64];
    6262        int8_t  linbuf[66];
    6363
Note: See TracChangeset for help on using the changeset viewer.