Diff for /np2/bios/bios.h between versions 1.5 and 1.6

version 1.5, 2004/01/22 01:10:03 version 1.6, 2004/01/23 15:05:04
Line 29  enum { // オフセット〜 Line 29  enum { // オフセット〜
         BIOSOFST_WAIT   = 0x0140                                        // FDD waiting          BIOSOFST_WAIT   = 0x0140                                        // FDD waiting
 };  };
   
 enum {  
         BIOS1B_SASI             = 0,  
         BIOS1B_SCSI             = 1  
 };  
   
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
Line 67  void bios0x1a_main(void); Line 62  void bios0x1a_main(void);
   
 void bios0x1b(void);  void bios0x1b(void);
 void fddbios_equip(REG8 type, BOOL clear);  void fddbios_equip(REG8 type, BOOL clear);
 REG8 sxsi_operate(REG8 type);  
   
 REG16 bootstrapload(void);  REG16 bootstrapload(void);
   

Removed from v.1.5  
changed lines
  Added in v.1.6


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