Diff for /np2/bios/bios.h between versions 1.2 and 1.4

version 1.2, 2003/12/04 06:41:23 version 1.4, 2003/12/28 14:33:34
Line 36  extern "C" { Line 36  extern "C" {
   
 extern  BOOL    biosrom;  extern  BOOL    biosrom;
   
 void bios_getpath(char *path, const char *name, int maxlen);  
   
 void bios_init(void);  void bios_init(void);
 UINT MEMCALL biosfunc(UINT32 adrs);  UINT MEMCALL biosfunc(UINT32 adrs);
Line 62  void bios0x1a(void); Line 61  void bios0x1a(void);
 void bios0x1a_main(void);                                                                                       // ver0.30  void bios0x1a_main(void);                                                                                       // ver0.30
   
 void bios0x1b(void);  void bios0x1b(void);
   UINT8 sxsi_operate(UINT8 type);
   
 UINT16 bootstrapload(void);  UINT16 bootstrapload(void);
   

Removed from v.1.2  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>