Correct INT 15h function 6 to return error. Prevents Cyrus Chess from erroneously detecting an Amstrad system.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4008
This commit is contained in:
parent
62a8ce4897
commit
97bb6e4127
1 changed files with 0 additions and 3 deletions
|
@ -724,9 +724,6 @@ static Bitu INT14_Handler(void) {
|
|||
static Bitu INT15_Handler(void) {
|
||||
static Bit16u biosConfigSeg=0;
|
||||
switch (reg_ah) {
|
||||
case 0x06:
|
||||
LOG(LOG_BIOS,LOG_NORMAL)("INT15 Unkown Function 6");
|
||||
break;
|
||||
case 0xC0: /* Get Configuration*/
|
||||
{
|
||||
if (biosConfigSeg==0) biosConfigSeg = DOS_GetMemory(1); //We have 16 bytes
|
||||
|
|
Loading…
Add table
Reference in a new issue