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

    r46d8069 r0580615  
    5858*/
    5959
    60 BarBadj(bar, val)
    61 short bar, val;
     60void BarBadj(short bar, short val)
    6261{
    6362        register short bardot, barpos, curdif;
     
    143142*/
    144143
    145 BarBset(bar, val)
    146 short bar, val;
     144void BarBset(short bar, short val)
    147145{
    148146        register short bardot, barpos, newbar;
     
    197195*/
    198196
    199 BarCadj(bar, val)
    200 short bar, val;
     197void BarCadj(short bar, short val)
    201198{
    202199        register short bardot, barpos, newbar;
     
    289286*/
    290287
    291 BarCset(bar, val)
    292 short bar, val;
     288void BarCset(short bar, short val)
    293289{
    294290        register short bardot, barpos, barloc1, barloc2;
Note: See TracChangeset for help on using the changeset viewer.