Changeset a3c602f in buchla-68k for ram/im700.c


Ignore:
Timestamp:
11/12/2017 10:09:26 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ba51a45
Parents:
b5b602e
Message:

Fixed vtyper.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/im700.c

    rb5b602e ra3c602f  
    365365uint16_t        curintp;        /* current interpolate time (FPU format) */
    366366uint16_t        scrl;           /* score VSDD object scroll register image */
    367 uint16_t        vtbgval;        /* virtual typewriter data background color */
    368 uint16_t        vtfgval;        /* virtual typewriter data foreground color */
     367int16_t         vtbgval;        /* virtual typewriter data background color */
     368int16_t         vtfgval;        /* virtual typewriter data foreground color */
    369369
    370370uint16_t        dfbuf[4096];    /* track formatting buffer */
Note: See TracChangeset for help on using the changeset viewer.