forked from KolibriOS/kolibrios
Fix EN typo flippy
git-svn-id: svn://kolibrios.org@10052 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4165acdf83
commit
55296eb7c8
@ -1073,7 +1073,7 @@ include '../detect/biosmem.inc'
|
|||||||
|
|
||||||
; TODO: !!!! read only first sector and set variables !!!!!
|
; TODO: !!!! read only first sector and set variables !!!!!
|
||||||
; ...
|
; ...
|
||||||
; TODO: !!! then read flippy image track by track
|
; TODO: !!! then read floppy image track by track
|
||||||
|
|
||||||
mov cx, 0x0001 ; startcyl,startsector
|
mov cx, 0x0001 ; startcyl,startsector
|
||||||
.a1:
|
.a1:
|
||||||
@ -1425,22 +1425,22 @@ setgr:
|
|||||||
mov al, 0x05
|
mov al, 0x05
|
||||||
mov dx, 0x03ce
|
mov dx, 0x03ce
|
||||||
push dx
|
push dx
|
||||||
out dx, al ; select GDC mode register
|
out dx, al ; select GDC mode register
|
||||||
mov al, 0x02
|
mov al, 0x02
|
||||||
inc dx
|
inc dx
|
||||||
out dx, al ; set write mode 2
|
out dx, al ; set write mode 2
|
||||||
|
|
||||||
mov al, 0x02
|
mov al, 0x02
|
||||||
mov dx, 0x03c4
|
mov dx, 0x03c4
|
||||||
out dx, al ; select VGA sequencer map mask register
|
out dx, al ; select VGA sequencer map mask register
|
||||||
mov al, 0x0f
|
mov al, 0x0f
|
||||||
inc dx
|
inc dx
|
||||||
out dx, al ; set mask for all planes 0-3
|
out dx, al ; set mask for all planes 0-3
|
||||||
|
|
||||||
mov al, 0x08
|
mov al, 0x08
|
||||||
pop dx
|
pop dx
|
||||||
out dx, al ; select GDC bit mask register
|
out dx, al ; select GDC bit mask register
|
||||||
; for writes to 0x03cf
|
; for writes to 0x03cf
|
||||||
gmok2:
|
gmok2:
|
||||||
push ds
|
push ds
|
||||||
pop es
|
pop es
|
||||||
|
Loading…
Reference in New Issue
Block a user