Removed fatal exit for VCPI functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@922
This commit is contained in:
parent
69060ae217
commit
bc209bd1b8
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue