From 97bb6e41279886de82870aaa17c23a3f2d45064c Mon Sep 17 00:00:00 2001 From: ripsaw8080 Date: Fri, 14 Apr 2017 23:03:07 +0000 Subject: [PATCH] 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 --- src/ints/bios.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ints/bios.cpp b/src/ints/bios.cpp index 34679eb3..40d6ce9e 100644 --- a/src/ints/bios.cpp +++ b/src/ints/bios.cpp @@ -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