Removed dos_mcb class from here.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@614
This commit is contained in:
parent
ec8b4e3ec2
commit
080bcf28d4
1 changed files with 0 additions and 12 deletions
|
@ -349,15 +349,3 @@ void DOS_FCB::GetName(char * fillname) {
|
|||
fillname[14]=0;
|
||||
}
|
||||
|
||||
class DOS_MCB : public MemStruct{
|
||||
public:
|
||||
DOS_MCB(Bit16u seg) { SetPt(seg); }
|
||||
private:
|
||||
struct sMCB {
|
||||
Bit8u type;
|
||||
Bit16u psp_segment;
|
||||
Bit16u size;
|
||||
Bit8u unused[3];
|
||||
Bit8u filename[8];
|
||||
} GCC_ATTRIBUTE(packed);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue