Diff for /np2/romimage/ITF.ASM between versions 1.3 and 1.4

version 1.3, 2004/01/23 08:44:30 version 1.4, 2004/01/28 23:36:13
Line 68  key1cklp:  call boot_keycheck Line 68  key1cklp:  call boot_keycheck
   
 ;                               jmp             ssp_start  ;                               jmp             ssp_start
   
                                 cmp             byte ptr ds:[MACTYPE], 0  
                                 jne             short key2ck  
                                 call    BEEP_TEST                                  call    BEEP_TEST
   
 key2ck:                 mov             ah, 32                                  mov             ah, 32
 key2cklp:               call    boot_keycheck  key2cklp:               call    boot_keycheck
                                 cmp             al, BOOT_MENU                                  cmp             al, BOOT_MENU
                                 je              short boot_menujmp                                  je              short boot_menujmp

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


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