Subversion Repositories Kolibri OS

Rev

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

Rev 129 Rev 384
Line 555... Line 555...
555
;        mov     [es:mi.BitsPerPixel],15
555
;        mov     [es:mi.BitsPerPixel],15
556
;  .l0:  mov     al,[es:mi.BitsPerPixel];di+0x19]
556
;  .l0:  mov     al,[es:mi.BitsPerPixel];di+0x19]
557
;        mov     [es:0x9000],al
557
;        mov     [es:0x9000],al
558
        ; ---- vbe voodoo
558
        ; ---- vbe voodoo
559
        BytesPerScanLine equ 0x10
559
        ;BytesPerScanLine equ 0x10
560
        push ax
560
        push ax
561
        mov ax, [es:mi.BytesPerScanLine];di+BytesPerScanLine]
561
        mov ax, [es:mi.BytesPerScanLine];di+BytesPerScanLine]
562
        mov [es:0x9001],ax
562
        mov [es:0x9001],ax
563
        pop ax
563
        pop ax
564
        ; -----
564
        ; -----
565
    .nov:
565
    .nov:
Line 1014... Line 1014...
1014
        mov     [es:mi.BitsPerPixel],15
1014
        mov     [es:mi.BitsPerPixel],15
1015
  .l0:  mov     al,[es:mi.BitsPerPixel];di+0x19]
1015
  .l0:  mov     al,[es:mi.BitsPerPixel];di+0x19]
1016
        mov     [es:0x9000],al
1016
        mov     [es:0x9000],al
1017
        ; ---- vbe voodoo
1017
        ; ---- vbe voodoo
1018
        BytesPerScanLine equ 0x10
1018
        ;BytesPerScanLine equ 0x10
1019
        push ax
1019
        push ax
1020
        mov ax, [es:mi.BytesPerScanLine];di+BytesPerScanLine]
1020
        mov ax, [es:mi.BytesPerScanLine];di+BytesPerScanLine]
1021
        mov [es:0x9001],ax
1021
        mov [es:0x9001],ax
1022
        pop ax
1022
        pop ax
1023
        ; -----
1023
        ; -----
1024
    .nov:
1024
    .nov: