18 lines
391 B
C#
18 lines
391 B
C#
![]() |
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace BizHawk.Emulation.Cores.Computers.AmstradCPC
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// This is called first when importing disk images
|
|||
|
/// Disk images can be single or double-sided, so we need to handle that
|
|||
|
/// </summary>
|
|||
|
public class DiskHandler
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|