vd update

This commit is contained in:
minjaesong
2023-06-12 15:23:34 +09:00
parent d3da4a33c6
commit 9d48e5875f
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

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