1
0
Fork 0

Added Int 0x10 function 0x1C

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1197
This commit is contained in:
Ulf Wohlers 2003-08-22 17:23:36 +00:00
parent 2ae4a3e7d9
commit 49f89c9f50

View file

@ -296,6 +296,10 @@ graphics_chars:
LOG(LOG_INT10,LOG_ERROR)("1B:Unhandled call BX %2X",reg_bx);
}
break;
case 0x1C: /* Video Save Area */
if (reg_al==0) reg_bx = 0;
reg_al = 0x1C;
break;
case 0x4f: /* VESA Calls */
switch (reg_al) {
case 0x00: /* Get SVGA Information */