Diff for /np2/bios/bios18.c between versions 1.34 and 1.35

version 1.34, 2004/04/06 18:41:00 version 1.35, 2004/04/08 13:08:22
Line 474  void bios0x18_42(REG8 mode) { Line 474  void bios0x18_42(REG8 mode) {
         scrn = bios0x18_31bh();          scrn = bios0x18_31bh();
         if ((mem[MEMB_CRT_BIOS] & 0x80) &&          if ((mem[MEMB_CRT_BIOS] & 0x80) &&
                 (((scrn & 0x30) == 0x30) || (crtmode == 3))) {                  (((scrn & 0x30) == 0x30) || (crtmode == 3))) {
                 bios0x18_30(rate, (crtmode << 4) + 1);                  bios0x18_30(rate, (REG8)((crtmode << 4) + 1));
         }          }
         else {          else {
 #endif  #endif

Removed from v.1.34  
changed lines
  Added in v.1.35


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