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
e1848e5c
Commit
e1848e5c
authored
Mar 14, 1999
by
Ove Kaaven
Committed by
Alexandre Julliard
Mar 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a silly VGA-emulation palette bug.
parent
63d3040f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vga.c
graphics/vga.c
+2
-2
No files found.
graphics/vga.c
View file @
e1848e5c
...
...
@@ -166,8 +166,8 @@ void VGA_ioport_out( WORD port, BYTE val )
case
0x3c9
:
((
BYTE
*
)
&
paldat
)[
palcnt
++
]
=
val
<<
2
;
if
(
palcnt
==
3
)
{
VGA_SetPalette
(
&
paldat
,
palreg
,
1
);
pal
reg
++
;
VGA_SetPalette
(
&
paldat
,
palreg
++
,
1
);
pal
cnt
=
0
;
}
break
;
}
...
...
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