From 49f89c9f50cc0dc9a0fb743f2f0e9b6ae3be65ca Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Fri, 22 Aug 2003 17:23:36 +0000 Subject: [PATCH] Added Int 0x10 function 0x1C Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1197 --- src/ints/int10.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ints/int10.cpp b/src/ints/int10.cpp index 410fb176..c2dbb936 100644 --- a/src/ints/int10.cpp +++ b/src/ints/int10.cpp @@ -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 */