Bit 2 of video status register always set. Satisfies a strange test in Blues Brothers, thus preventing slow animations.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4266
This commit is contained in:
parent
6243fa9711
commit
7f979234f8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void vga_write_p3d5(Bitu port,Bitu val,Bitu iolen);
|
|||
Bitu vga_read_p3d5(Bitu port,Bitu iolen);
|
||||
|
||||
Bitu vga_read_p3da(Bitu port,Bitu iolen) {
|
||||
Bit8u retval=0;
|
||||
Bit8u retval=4; // bit 2 set, needed by Blues Brothers
|
||||
double timeInFrame = PIC_FullIndex()-vga.draw.delay.framestart;
|
||||
|
||||
vga.internal.attrindex=false;
|
||||
|
|
Loading…
Add table
Reference in a new issue