Changeset 6262b5c in buchla-68k for rom/booter.c


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.c

    r5fa506d r6262b5c  
    88#define PRINTIT 1       /* define non-zero to get printf output from booter */
    99
    10 #include "stdio.h"
    11 #include "io.h"
    12 #include "stddefs.h"
    13 #include "portab.h"
    14 #include "objdefs.h"
    15 #include "biosdefs.h"
     10#include "all.h"
    1611
    1712extern  int16_t flread(int8_t *buff, int32_t len, FILE *fp);
     
    2217extern  int16_t ClusMap(struct fcb *fcp);
    2318
    24 extern  int16_t waitcr(void);
     19extern  int16_t waitcr2(void);
    2520#endif
    2621
     
    9186                SnapFCB(fcp);
    9287                ClusMap(fcp);
    93                 waitcr();
     88                waitcr2();
    9489        }
    9590#endif
     
    184179        return(0);
    185180}
     181
Note: See TracChangeset for help on using the changeset viewer.