Diff for /np2/romimage/BIOS/BIOSMAIN.X86 between versions 1.2 and 1.3

version 1.2, 2004/05/21 08:40:27 version 1.3, 2004/08/16 15:46:06
Line 23  biosmain2:  test byte [0x0480], 2 Line 23  biosmain2:  test byte [0x0480], 2
                                 mov             [0x0486], dx                                  mov             [0x0486], dx
                                 sti                                  sti
 .cpuided:  .cpuided:
                                   mov             al, 0x0f
                                   out             0x37, al
                                   mov             al, 0x0b
                                   out             0x37, al
                                   mov             al, 0x09
                                   out             0x37, al
   
                                 CPU             8086                                  CPU             8086
                                 mov             word [0x04ac], 0x0c                                  mov             word [0x04ac], 0x0c

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


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