No E_Exit on unhandled call anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@347
This commit is contained in:
parent
baf21dd0ff
commit
a63687d7bf
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ static Bitu INT16_Handler(void) {
|
|||
LOG_DEBUG("INT16:55:Word TSR compatible call");
|
||||
break;
|
||||
default:
|
||||
E_Exit("INT16:Unhandled call %02X",reg_ah);
|
||||
LOG_ERROR("INT16:Unhandled call %02X",reg_ah);
|
||||
break;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue