1
0
Fork 0

Added 0x59 extended error information

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@250
This commit is contained in:
Sjoerd van der Berg 2002-08-29 14:09:00 +00:00
parent 4245ed0c16
commit 4ef165d894

View file

@ -662,7 +662,10 @@ static Bitu DOS_21Handler(void) {
LOG_DEBUG("DOS:58:Not Supported Set//Get memory allocation");
break;
case 0x59: /* Get Extended error information */
E_Exit("Unhandled Dos 21 call %02X",reg_ah);
reg_ax=dos.errorcode;
reg_bh=0; //Unkown error class
reg_bl=1; //Retry retry retry
reg_ch=0; //Unkown error locus
break;
case 0x5a: /* Create temporary file */
{