BIOS with selectable boot device

This commit is contained in:
minjaesong
2022-05-10 12:47:53 +09:00
parent 09a7698205
commit 537651993e
4 changed files with 171 additions and 2 deletions

View File

@@ -128,6 +128,12 @@ class WorldRadar(pngfile: FileHandle) : BlockTransferInterface(false, true) {
}
oldCmdbuf = cmdbuf
statusCode = TestDiskDrive.STATE_CODE_STANDBY
}
else {
resetBuf()
statusCode = TestDiskDrive.STATE_CODE_ILLEGAL_COMMAND
}
}
}