namespace MyNes.Core
{
    public enum RegionSetting
    {
    	AUTO,
    	ForceNTSC,
    	ForcePALB,
    	ForceDENDY
    }
}