1
0
Fork 0

mono text mode change

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1363
This commit is contained in:
Sjoerd van der Berg 2003-10-22 14:52:34 +00:00
parent b23dc28497
commit fde309a4e7

View file

@ -114,6 +114,7 @@ void write_p3c0(Bit32u port,Bit8u val) {
case 0x13: /* Horizontal PEL Panning Register */
attr(horizontal_pel_panning)=val & 0xF;
switch (vga.mode) {
case M_TEXT2:
case M_TEXT16:
if (val==0x7) vga.config.pel_panning=7;
if (val>0x7) vga.config.pel_panning=0;