forgot to reset the drive :p

This commit is contained in:
minjaesong
2020-10-30 23:38:37 +09:00
parent 21dd2ead8f
commit ca906d8606
3 changed files with 3 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ class TestDiskDrive(private val driveNum: Int, theRootPath: File? = null) : Bloc
val inputString = trimNull(inputData).toString(VM.CHARSET)
if (inputString.startsWith("DEVRST\u0017")) {
println("[TestDiskDrive] Device Reset")
//readModeLength = -1
fileOpen = false
fileOpenMode = -1