1
0
Fork 0

enabled seek for devices

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@487
This commit is contained in:
Ulf Wohlers 2002-11-06 22:37:17 +00:00
parent 00d4feeb16
commit 81f2bdf671

View file

@ -74,7 +74,9 @@ bool device_CON::Write(Bit8u * data,Bit16u * size) {
}
bool device_CON::Seek(Bit32u * pos,Bit32u type) {
return false;
// seek is valid
*pos = 0;
return true;
}
bool device_CON::Close() {