Changeset a3c602f in buchla-68k for ram/vtyper.x


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.x

    rb5b602e ra3c602f  
    99#include "stdint.h"
    1010
    11 typedef void            (*vtchar)(volatile uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);
     11typedef void            (*vtchar)(volatile uint16_t *obj, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *buf);
    1212typedef void            (*vtcurs)(void);
    1313
     
    3030extern  void            vtcxupd(void);
    3131extern  void            vtcyupd(void);
    32 extern  void            vtdisp(volatile uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);
     32extern  void            vtdisp(volatile uint16_t *obj, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *buf);
    3333extern  void            vtsetup(volatile uint16_t *obj, vtchar dsp, int16_t col, int8_t *ptr, int16_t tr, int16_t tc, vtcurs adv, vtcurs bsp, vtcurs cup, vtcurs cdn, vtcurs stop, int16_t fg, int16_t bg);
    3434extern  int16_t         vtyper(void);
Note: See TracChangeset for help on using the changeset viewer.