Skip to content

Commit 85625a0

Browse files
pick it up a bit
1 parent 170b0ed commit 85625a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-fw/video/pc/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void vga_dacmask_test(unsigned char fgcolor) {
298298

299299
for (o=0;o < 4;o++) {
300300
outp(0x3C6,(o & 1) ? 0xFF : msk);
301-
if (!test_pause_10ths(4)) {
301+
if (!test_pause_10ths(2)) {
302302
outp(0x3C6,0xFF);
303303
i=16;
304304
o=8;
@@ -337,7 +337,7 @@ void vga_dacmask_test(unsigned char fgcolor) {
337337

338338
for (o=0;o < 4;o++) {
339339
outp(0x3C6,(o & 1) ? 0xFF : msk);
340-
if (!test_pause_10ths(4)) {
340+
if (!test_pause_10ths(2)) {
341341
outp(0x3C6,0xFF);
342342
i=16;
343343
o=8;

0 commit comments

Comments
 (0)