public DataSourceMixed(string path) : base(path) { amiga = new DataSourceAmiga(path); dos = new DataSourceDos(path); }