Changeset 411371e in buchla-68k for rom


Ignore:
Timestamp:
07/09/2017 10:46:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c3aee8a
Parents:
e225e77
Message:

Removed redundant declarations.

Location:
rom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.c

    re225e77 r411371e  
    1515#include "biosdefs.h"
    1616
    17 extern  FILE    *fopenb(int8_t *name, int8_t *mode);
    18 extern  int16_t fclose(FILE *ptr);
    19 extern  int16_t fread(int8_t *buffer, uint16_t size, int16_t number, FILE *stream);
    2017extern  int16_t flread(int8_t *buff, int32_t len, FILE *fp);
    2118extern  int32_t getl(FILE *stream);
  • rom/romp.c

    re225e77 r411371e  
    127127extern  void    rjumpto(void *addr);
    128128extern  void    halt(void);
    129 extern  int16_t getln(int16_t unit, int16_t nb, int8_t *buf);
    130129extern  void    sjumpto(void *addr, void *stack);
    131130extern  void    trap15(void);
     
    218217extern  void tsetup(void);
    219218
    220 int8_t  hs_mtst[];
     219extern  int8_t  hs_mtst[];
    221220
    222221/*
Note: See TracChangeset for help on using the changeset viewer.