Diff for /xmil/io/subcpu.c between versions 1.7 and 1.8

version 1.7, 2004/08/20 08:41:41 version 1.8, 2004/08/20 08:54:39
Line 63  BRESULT ieitem_scpu(UINT id) { Line 63  BRESULT ieitem_scpu(UINT id) {
                         return(FALSE);                          return(FALSE);
                 }                  }
                 key = key & (~0x20);                    // rep                  key = key & (~0x20);                    // rep
                 subcpu.keycountrep = 96;                  subcpu.keycountrep = 48;                // 0.1sec
         }          }
         subcpu.Ex[0x06][0] = (UINT8)key;          subcpu.Ex[0x06][0] = (UINT8)key;
         subcpu.Ex[0x06][1] = keydata;          subcpu.Ex[0x06][1] = keydata;

Removed from v.1.7  
changed lines
  Added in v.1.8


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