mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-06 05:28:31 +09:00
vd update
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -63,7 +63,7 @@ class TevdDiskDrive(private val vm: VM, private val driveNum: Int, theTevdPath:
|
|||||||
if (DBGPRN) println("[TevDiskDrive] $msg")
|
if (DBGPRN) println("[TevDiskDrive] $msg")
|
||||||
}
|
}
|
||||||
|
|
||||||
private val DOM = ClusteredFormatDOM(RandomAccessFile(theTevdPath, "rw"))
|
private val DOM = ClusteredFormatDOM(RandomAccessFile(theTevdPath, "rwd"))
|
||||||
|
|
||||||
private var fileOpen = false
|
private var fileOpen = false
|
||||||
private var fileOpenMode = -1 // 1: 'W", 2: 'A'
|
private var fileOpenMode = -1 // 1: 'W", 2: 'A'
|
||||||
|
|||||||
Reference in New Issue
Block a user