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 { } }