mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 21:43:32 +08:00
[PC98VID] Fix a typo, addendum to 959729f6ee
This commit is contained in:
parent
74ec94e12c
commit
6645227270
@ -188,7 +188,7 @@ WRITE_GDC_CSRFORM(PUCHAR Port, PCSRFORMPARAM CursorParameters)
|
||||
WRITE_PORT_UCHAR(Port, (((_Bool)CursorParameters->Show) << 7) |
|
||||
(CursorParameters->LinesPerRow - 1));
|
||||
WRITE_PORT_UCHAR(Port, ((CursorParameters->BlinkRate & 0x03) << 6) |
|
||||
(((_Bool)CursorParameters->Blink) << 5) | CursorParameters->StartScanLine);
|
||||
(((_Bool)!CursorParameters->Blink) << 5) | CursorParameters->StartScanLine);
|
||||
WRITE_PORT_UCHAR(Port, (CursorParameters->EndScanLine << 3) | ((CursorParameters->BlinkRate & 0x1C) >> 2));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user