Changeset 60288f5 in buchla-68k for ram/wdselbx.c


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
  • ram/wdselbx.c

    r0c834c5 r60288f5  
    1919#include "wsdsp.h"
    2020
    21 extern  void    enterit(void);
     21extern  short   entbh(short n);
    2222extern  void    wdswin(short n);
    2323
     
    5757        {  1,   1, 510, 307,      0, wdfnbox},  /*  0 */
    5858        {  1, 308, 510, 320,      1, wdfnbox},  /*  1 */
    59         {  1, 322, 174, 348,      2, enterit},  /*  2 */
     59        {  1, 322, 174, 348,      2, entbh},    /*  2 */
    6060        {176, 322, 230, 348,      3, wdfnbox},  /*  3 */
    61         {232, 322, 398, 348,      4, enterit},  /*  4 */
    62         {400, 322, 510, 348,      5, enterit},  /*  5 */
     61        {232, 322, 398, 348,      4, entbh},    /*  4 */
     62        {400, 322, 510, 348,      5, entbh},    /*  5 */
    6363
    6464        {  0,   0,   0,   0,      0, FN_NULL}           /* end of table */
Note: See TracChangeset for help on using the changeset viewer.