* CFFA

* CFFA multi-disk and write functionaliity.

* Clean up multi-devices/partition behavior.

* ProDOS WIP

* Update against refactored codebase.

* WIP

* Wait until disks load, show progress.

* Don't wait so long to boot floppies.

* Forgot to save :|.

* Credit.
This commit is contained in:
Will Scullin
2020-01-02 11:11:04 -08:00
committed by GitHub
parent 8ea7cf2abe
commit b647b3c2bb
26 changed files with 2189 additions and 67 deletions

View File

@@ -230,6 +230,19 @@ canvas {
line-height: 14px;
}
#loading-modal .meter {
width: 200px;
height: 15px;
background-color: black;
border: 1px inset #888;
}
#loading-modal .progress {
position: absolute;
height: 15px;
background-color: #0f0;
}
.modal {
display: none;
}
@@ -609,3 +622,8 @@ button:focus {
font-family: monospace;
white-space: pre;
}
#alert-modal-content {
min-width: 200px;
min-height: 50px;
}