1
0
Fork 0

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
This commit is contained in:
Sebastian Strohhäcker 2010-09-28 18:16:11 +00:00
parent 70cda9f577
commit 959ea1527f

View file

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