Subversion Repositories Kolibri OS

Rev

Rev 590 | Rev 593 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 590 Rev 591
Line 53... Line 53...
53
;;
53
;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
54
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
include 'macros.inc'
56
include 'macros.inc'
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
$Revision: 590 $
58
$Revision: 591 $
59
 
59
 
Line 4984... Line 4984...
4984
        call    reserve_cd
4984
        call    reserve_cd
4985
        mov     eax, ebx
4985
        mov     eax, ebx
4986
        shr     eax, 1
4986
        shr     eax, 1
4987
        and     eax, 1
4987
        and     eax, 1
4988
        inc     eax
4988
        inc     eax
4989
        mov     [ChannelNumber], eax
4989
        mov     [ChannelNumber], ax
4990
        mov     eax, ebx
4990
        mov     eax, ebx
4991
        and     eax, 1
4991
        and     eax, 1
4992
        mov     [DiskNumber], eax
4992
        mov     [DiskNumber], al
4993
        call    reserve_cd_channel
4993
        call    reserve_cd_channel
4994
        and     ebx, 3
4994
        and     ebx, 3
4995
        inc     ebx
4995
        inc     ebx
4996
        mov     [cdpos], ebx
4996
        mov     [cdpos], ebx
4997
        add     ebx, ebx
4997
        add     ebx, ebx