Changeset 0580615 in buchla-68k for ram/ttcpos.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
  • ram/ttcpos.c

    r46d8069 r0580615  
    2121#define CW_F    0xFFFF
    2222
    23 extern  unsigned        exp_c();
     23extern  unsigned        exp_c(unsigned c);
    2424
    2525extern  short   vtcrow;         /* virtual typewriter cursor row */
     
    6060*/
    6161
    62 ttcini(color)
    63 unsigned color;
     62void ttcini(unsigned color)
    6463{
    6564        if ((v_regs[5] & 0x0180) NE 0x0100)
     
    7574*/
    7675
    77 ttcpos(row, col)
    78 register short row, col;
     76void ttcpos(short row, short col)
    7977{
    8078        register short yrow, xcol;
Note: See TracChangeset for help on using the changeset viewer.