Skip to content

Commit

Permalink
pick it up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jun 25, 2018
1 parent 170b0ed commit 85625a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-fw/video/pc/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void vga_dacmask_test(unsigned char fgcolor) {

for (o=0;o < 4;o++) {
outp(0x3C6,(o & 1) ? 0xFF : msk);
if (!test_pause_10ths(4)) {
if (!test_pause_10ths(2)) {
outp(0x3C6,0xFF);
i=16;
o=8;
Expand Down Expand Up @@ -337,7 +337,7 @@ void vga_dacmask_test(unsigned char fgcolor) {

for (o=0;o < 4;o++) {
outp(0x3C6,(o & 1) ? 0xFF : msk);
if (!test_pause_10ths(4)) {
if (!test_pause_10ths(2)) {
outp(0x3C6,0xFF);
i=16;
o=8;
Expand Down

0 comments on commit 85625a0

Please sign in to comment.