From 959ea1527f85eebc1a441c81126cea4121ed2513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Tue, 28 Sep 2010 18:16:11 +0000 Subject: [PATCH] change EMS driver attribute word (ripsaw, fixes David Leadbetter's Greens) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3646 --- src/ints/ems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ints/ems.cpp b/src/ints/ems.cpp index 5e2e6134..68a908c2 100644 --- a/src/ints/ems.cpp +++ b/src/ints/ems.cpp @@ -112,7 +112,7 @@ public: } bool Seek(Bit32u * /*pos*/,Bit32u /*type*/){return false;} bool Close(){return false;} - Bit16u GetInformation(void){return 0xc080;} + Bit16u GetInformation(void){return 0xc0c0;} bool ReadFromControlChannel(PhysPt bufptr,Bit16u size,Bit16u * retcode); bool WriteToControlChannel(PhysPt /*bufptr*/,Bit16u /*size*/,Bit16u * /*retcode*/){return true;} private: