Emul8.Peripherals.CPU.TranslationCPU.GetCpuIndex C# (CSharp) Method

GetCpuIndex() private method

private GetCpuIndex ( ) : int
return int
        private int GetCpuIndex()
        {
            return Slot;
        }
TranslationCPU