namespace MyNes.Core;
public enum Mirroring : byte
{
Horz = 80,
Vert = 68,
OneScA = 0,
OneScB = 85,
Full = 228
}