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

    r46d8069 r0580615  
    3838#define AW_F    0xFFFF
    3939
    40 extern  int     objclr(), SetPri(), vbank();
    41 
    42 extern  unsigned        exp_c();
     40extern  void    objclr(unsigned obj);
     41extern  void    SetPri(int obj, int pri);
     42extern  void    vbank(unsigned b);
     43
     44extern  unsigned        exp_c(unsigned c);
    4345
    4446extern  short   stcrow, stccol;
     
    251253*/
    252254
    253 int
    254 gcurpos(xloc, yloc)
    255 register int xloc, yloc;
     255int gcurpos(int xloc, int yloc)
    256256{
    257257        register int ab, xo, yo;
     
    306306*/
    307307
    308 andcopy(to, from, with, len)
    309 register unsigned *to, *from, with;
    310 short len;
     308void andcopy(unsigned *to, unsigned *from, unsigned with, short len)
    311309{
    312310        register short i;
     
    322320*/
    323321
    324 arcurs(icolor)
    325 unsigned icolor;
     322void arcurs(unsigned icolor)
    326323{
    327324        register short color;
     
    352349*/
    353350
    354 sgcon()
     351void sgcon(void)
    355352{
    356353        if (sgcsw)
     
    370367*/
    371368
    372 sgcoff()
     369void sgcoff(void)
    373370{
    374371        if (!sgcsw)
Note: See TracChangeset for help on using the changeset viewer.