Diff for /np2/bios/bios18.c between versions 1.5 and 1.6

version 1.5, 2003/11/29 00:36:00 version 1.6, 2003/12/01 17:13:36
Line 209  void bios0x18(void) { Line 209  void bios0x18(void) {
 //      TRACE_("int18", I286_AH);  //      TRACE_("int18", I286_AH);
   
         sti_waiting ^= 1;          sti_waiting ^= 1;
         if (!sti_waiting) {                                     // 割込み許可の遊び          if (sti_waiting) {                                      // 割込み許可の遊び
                 I286_IP--;  
                 I286_STI;                  I286_STI;
                 nevent_forceexit();                  if (PICEXISTINTR) {
                 return;                          I286_IP--;
                           nevent_forceexit();
                           return;
                   }
         }          }
   
         switch(I286_AH) {          switch(I286_AH) {

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


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