Changeset 0580615 in buchla-68k for vlib/vtext.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vtext.c

    r46d8069 r0580615  
    1010static int      msk[] = { 0xFF00, 0x00FF };
    1111
    12 vtext(obj, nc, row, col, ip)
    13 register unsigned *obj, nc, row, col;
    14 register char *ip;
     12void vtext(unsigned *obj, unsigned nc, unsigned row, unsigned col, char *ip)
    1513{
    1614        register unsigned *op;
Note: See TracChangeset for help on using the changeset viewer.