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: