From bc209bd1b8dec7454588c9ff4b1fb51bf0af26ed Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 13 Apr 2003 18:39:10 +0000 Subject: [PATCH] Removed fatal exit for VCPI functions. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@922 --- src/ints/ems.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ints/ems.cpp b/src/ints/ems.cpp index 78ba1777..cb6621b3 100644 --- a/src/ints/ems.cpp +++ b/src/ints/ems.cpp @@ -669,8 +669,7 @@ static Bitu INT67_Handler(void) { reg_ah = EMM_NO_ERROR; break; case 0xDE: /* VCPI Functions */ - errorlevel=1; - E_Exit("Protected mode not supported"); + LOG(LOG_ERROR|LOG_MISC,"EMS:VCPI Call %2X not supported",reg_al); reg_ah=EMM_FUNC_NOSUP; break; default: