Changeset a3c602f in buchla-68k for ram/vtyper.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/vtyper.c

    rb5b602e ra3c602f  
    5050        vtdecol = col;          /* setup data entry base column */
    5151        vtdeptr = ptr;          /* setup data entry area base address */
    52         vtfgval = exp_c(fg);    /* setup foreground color value */
    53         vtbgval = exp_c(bg);    /* setup background color value */
     52        vtfgval = fg;           /* setup foreground color value */
     53        vtbgval = bg;           /* setup background color value */
    5454        SetPri(TTCURS, TTCPRI); /* turn on the typewriter cursor */
    5555        vtxval = CTOX(tc);      /* setup vt x value */
     
    109109*/
    110110
    111 void vtdisp(volatile uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf)
     111void vtdisp(volatile uint16_t *obj, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *buf)
    112112{
    113113
Note: See TracChangeset for help on using the changeset viewer.