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

    r46d8069 r0580615  
    3838*/
    3939
    40 short
    41 et_icnf(n)
    42 short n;
     40short et_icnf(short n)
    4341{
    4442        sprintf(ebuf, "%02d", vbufs[curvce].idhcfg);
     
    5856*/
    5957
    60 short
    61 ef_icnf(n)
    62 short n;
     58short ef_icnf(short n)
    6359{
    6460        register short i, tmpval;
     
    9288*/
    9389
    94 short
    95 rd_icnf(n)
    96 short n;
     90short rd_icnf(short n)
    9791{
    9892        sprintf(dspbuf, "%02d", vbufs[curvce].idhcfg);  /* convert */
     
    117111*/
    118112
    119 short
    120 nd_icnf(n, k)
    121 short n;
    122 register short  k;
     113short nd_icnf(short n, short k)
    123114{
    124115        register short ec, c;
Note: See TracChangeset for help on using the changeset viewer.