Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ffc93976
Commit
ffc93976
authored
Mar 28, 2010
by
Morten Rønne
Committed by
Alexandre Julliard
Mar 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krnl386.exe: Fix VGA video mode 17.
parent
3f1c2d5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vga.c
dlls/krnl386.exe16/vga.c
+1
-1
No files found.
dlls/krnl386.exe16/vga.c
View file @
ffc93976
...
@@ -173,7 +173,7 @@ const VGA_MODE VGA_modelist[] =
...
@@ -173,7 +173,7 @@ const VGA_MODE VGA_modelist[] =
{
0x000e
,
GRAPHIC
,
80
,
25
,
8
,
8
,
640
,
200
,
4
,
16
,
4
,
FALSE
},
/* VGA graphics mode 14 */
{
0x000e
,
GRAPHIC
,
80
,
25
,
8
,
8
,
640
,
200
,
4
,
16
,
4
,
FALSE
},
/* VGA graphics mode 14 */
{
0x000f
,
GRAPHIC
,
80
,
25
,
8
,
14
,
640
,
350
,
0
,
0
,
2
,
FALSE
},
/* VGA graphics mode 15 */
{
0x000f
,
GRAPHIC
,
80
,
25
,
8
,
14
,
640
,
350
,
0
,
0
,
2
,
FALSE
},
/* VGA graphics mode 15 */
{
0x0010
,
GRAPHIC
,
80
,
25
,
8
,
14
,
640
,
350
,
4
,
16
,
2
,
FALSE
},
/* VGA graphics mode 16 */
{
0x0010
,
GRAPHIC
,
80
,
25
,
8
,
14
,
640
,
350
,
4
,
16
,
2
,
FALSE
},
/* VGA graphics mode 16 */
{
0x001
2
,
GRAPHIC
,
80
,
30
,
8
,
16
,
640
,
480
,
1
,
2
,
1
,
FALSE
},
/* VGA graphics mode 17 */
{
0x001
1
,
GRAPHIC
,
80
,
30
,
8
,
16
,
640
,
480
,
1
,
2
,
1
,
FALSE
},
/* VGA graphics mode 17 */
{
0x0012
,
GRAPHIC
,
80
,
30
,
8
,
16
,
640
,
480
,
4
,
16
,
1
,
FALSE
},
/* VGA graphics mode 18 */
{
0x0012
,
GRAPHIC
,
80
,
30
,
8
,
16
,
640
,
480
,
4
,
16
,
1
,
FALSE
},
/* VGA graphics mode 18 */
{
0x0013
,
GRAPHIC
,
40
,
25
,
8
,
8
,
320
,
200
,
8
,
256
,
1
,
TRUE
},
/* VGA graphics mode 19 */
{
0x0013
,
GRAPHIC
,
40
,
25
,
8
,
8
,
320
,
200
,
8
,
256
,
1
,
TRUE
},
/* VGA graphics mode 19 */
/* VESA 7-bit modes */
/* VESA 7-bit modes */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment