mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-05-05 07:24:36 +00:00
Refactored drive logic (mostly) to allow for multiple drives. Fixed drive selection logic. Started work on "real" UI.
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Contralto.Logging
|
||||
static Log()
|
||||
{
|
||||
// TODO: make configurable
|
||||
_components = LogComponent.None; // LogComponent.DiskController | LogComponent.DiskSectorTask;
|
||||
_components = LogComponent.DiskController | LogComponent.DiskSectorTask;
|
||||
_type = LogType.Normal | LogType.Warning | LogType.Error;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user