Fix Hexsider display in Hercules mode. The game changes the CRTC base address to scroll in the buffer. Reported by VileRancour.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3833
This commit is contained in:
parent
56d19f4f8d
commit
18a0eb0190
1 changed files with 0 additions and 1 deletions
|
@ -892,7 +892,6 @@ static void VGA_VerticalTimer(Bitu /*val*/) {
|
|||
|| !vga.draw.blinking) ? true:false;
|
||||
break;
|
||||
case M_HERC_GFX:
|
||||
break;
|
||||
case M_CGA4:case M_CGA2:
|
||||
vga.draw.address=(vga.draw.address*2)&0x1fff;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue