1
0
Fork 0

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:
Sjoerd van der Berg 2003-04-13 18:39:10 +00:00
parent 69060ae217
commit bc209bd1b8

View file

@ -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: