increase horizontal retrace delay a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1545
This commit is contained in:
parent
012d12d691
commit
eda2ee4b18
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ static Bit8u read_p3da(Bit32u port) {
|
|||
}
|
||||
}
|
||||
flip++;
|
||||
if (flip>10) flip=0;
|
||||
if (flip>5) return 1;
|
||||
if (flip>20) flip=0;
|
||||
if (flip>10) return 1;
|
||||
return 0;
|
||||
/*
|
||||
0 Either Vertical or Horizontal Retrace active if set
|
||||
|
|
Loading…
Add table
Reference in a new issue