Diff for /np2/romimage/BEEP.X86 between versions 1.1 and 1.2

version 1.1, 2003/12/10 12:48:08 version 1.2, 2004/01/28 23:36:13
Line 14  BEEP_TEST:  mov  bx, 3e6h    ; 2.0MHz Line 14  BEEP_TEST:  mov  bx, 3e6h    ; 2.0MHz
                                 mov             bx, 4cdh                                ; 2.5MHz                                  mov             bx, 4cdh                                ; 2.5MHz
 beephzok:               mov             al, 76h  beephzok:               mov             al, 76h
                                 out             77h, al                                 ; BEEP setup mode#0                                  out             77h, al                                 ; BEEP setup mode#0
   
                                   cmp             byte ptr ds:[MACTYPE], 0
                                   jne             short beep_Hzset
   
                                 call    beep_Hzset                                  call    beep_Hzset
                                 mov             al, 6                                  mov             al, 6
                                 out             37h, al                                 ; BEEP ON                                  out             37h, al                                 ; BEEP ON

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


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