Пример #1
0
 /// <summary>
 /// Gets the bank index paged in to the specified slot
 /// </summary>
 /// <param name="slot">Slot index</param>
 /// <returns>
 /// The index of the bank that is pages into the slot
 /// </returns>
 public int GetBankIndexForSlot(int slot) => _memoryDevice.GetSelectedBankIndex(slot);