using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BizHawk.Emulation.Cores.Computers.AmstradCPC { /// /// This is called first when importing disk images /// Disk images can be single or double-sided, so we need to handle that /// public class DiskHandler { } }