Table of Contents

Class GlobalMemoryBankSettings

Namespace
SceneGate.Ekona.Containers.Rom
Assembly
SceneGate.Ekona.dll

DSi extended memory global memory bank settings (MBK 1 to 5).

public class GlobalMemoryBankSettings
Inheritance
GlobalMemoryBankSettings
Inherited Members

Properties

Enabled

Gets or sets a value indicating whether this memory bank is enabled.

public bool Enabled { get; set; }

Property Value

bool

OffsetSlot

Gets or sets the offset slot in blocks.

public byte OffsetSlot { get; set; }

Property Value

byte

Remarks

For MBK1: 64 KB units. For MBK2-5: 32 KB units.

Processor

Gets or sets the processor reserved for this memory.

public MemoryBankProcessor Processor { get; set; }

Property Value

MemoryBankProcessor

Remarks

For MBK1 only ARM9 or ARM7. For MBK2-3: also DSP for code. For MBK4-5: also DSP for data.