Changeset 60288f5 in buchla-68k for include/midas.h


Ignore:
Timestamp:
07/09/2017 12:23:40 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6dd74a9
Parents:
0c834c5
Message:

Make function pointers more consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/midas.h

    r0c834c5 r60288f5  
    88*/
    99
    10 typedef short   (*PFS)();       /* pointer to a function returning a short */
     10typedef void    (*LPF)(short _1, short _2);     /* pointer to a LCD panel function */
    1111
    1212#define SM_SCALE(x)     (((x) * 252) & 0x7FE0)
Note: See TracChangeset for help on using the changeset viewer.