Diff for /np2/bios/Attic/bios08.c between versions 1.3 and 1.4

version 1.3, 2003/12/12 01:04:39 version 1.4, 2004/03/10 23:01:07
Line 16  void bios0x08(void) { Line 16  void bios0x08(void) {
         if (catimcnt == 0) {          if (catimcnt == 0) {
                 pic.pi[0].imr |= PIC_SYSTEMTIMER;                  pic.pi[0].imr |= PIC_SYSTEMTIMER;
                 iocore_out8(0x00, 0x20);                  iocore_out8(0x00, 0x20);
                 CPU_INTERRUPT(7);                  CPU_INTERRUPT(7, -1);
         }          }
         else {          else {
                 iocore_out8(0x00, 0x20);                  iocore_out8(0x00, 0x20);

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


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