mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Applied patch for "Invalid Sync after loading BLUE.SYS (bootCD-dbg)".
- See issue http://www.reactos.org/bugzilla/show_bug.cgi?id=1953 - Patch by Dmitry G. Gorbachev (hto at mail cnt dot ru). svn path=/trunk/; revision=25425
This commit is contained in:
parent
dc8aa9ffd7
commit
98a086245c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ static const VGA_REGISTERS VidpMode3Regs =
|
|||
/* Sequencer Registers */
|
||||
{0x03, 0x00, 0x03, 0x00, 0x02},
|
||||
/* Misc Output Register */
|
||||
0xE3
|
||||
0x67
|
||||
};
|
||||
|
||||
static const UCHAR DefaultPalette[] =
|
||||
|
|
Loading…
Reference in a new issue