mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +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")
|
||||
}
|
||||
|
||||
private val DOM = ClusteredFormatDOM(RandomAccessFile(theTevdPath, "rw"))
|
||||
private val DOM = ClusteredFormatDOM(RandomAccessFile(theTevdPath, "rwd"))
|
||||
|
||||
private var fileOpen = false
|
||||
private var fileOpenMode = -1 // 1: 'W", 2: 'A'
|
||||
|
||||
Reference in New Issue
Block a user