1
0
Fork 0

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:
ripsaw8080 2017-04-14 23:03:07 +00:00
parent 62a8ce4897
commit 97bb6e4127

View file

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