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

version 1.3, 2003/12/12 01:04:39 version 1.4, 2004/01/22 01:10:03
Line 34  void bios0x19(void) { Line 34  void bios0x19(void) {
                 if (speed >= 8) {                  if (speed >= 8) {
                         speed = 4;                                              // 1200bps                          speed = 4;                                              // 1200bps
                 }                  }
                 if (mem[MEMB_BIOS_FLAG] & 0x80) {       // 4MHz?                  if (mem[MEMB_BIOS_FLAG1] & 0x80) {      // 4MHz?
                         speed += 12;                          speed += 12;
                 }                  }
   

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


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