Added 0x59 extended error information
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@250
This commit is contained in:
parent
4245ed0c16
commit
4ef165d894
1 changed files with 4 additions and 1 deletions
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue