Class LocalMemoryBankSettings
- Namespace
 - SceneGate.Ekona.Containers.Rom
 
- Assembly
 - SceneGate.Ekona.dll
 
DSi extended memory local (to a processor) memory bank settings (MBK 6 to 8).
public class LocalMemoryBankSettings
  - Inheritance
 - 
      
      LocalMemoryBankSettings
 
- Inherited Members
 
Properties
EndAddressSlot
Gets or sets the end address slot.
public int EndAddressSlot { get; set; }
  Property Value
Remarks
Final address is: 0x03000000 + value * (0x010000 for MBK6 or 0x8000 for 7-8) - 1.
ImageSize
Gets or sets the image size kind.
public int ImageSize { get; set; }
  Property Value
Remarks
According to existing research: MBK6: 0 or 1 = 64 KB /slot0, 2 = 128 KB / slot0-2, 3 = 256 KB / slot0-3 MBK7-8: 0 = 32 KB / slot0, 1 = 64 KB / slot0-1, 2 = 128 KB / slot0-3, 3 = 256 KB / slot0-7.
StartAddressSlot
Gets or sets the start address slot.
public int StartAddressSlot { get; set; }
  Property Value
Remarks
Final address is: 0x03000000 + value * (0x010000 for MBK6 or 0x8000 for 7-8).