Enum ScfgExtendedFeaturesArm7
- Namespace
- SceneGate.Ekona.Containers.Rom
- Assembly
- SceneGate.Ekona.dll
Define the control register (SCFG) extended features for DSi ARM7.
[Flags]
public enum ScfgExtendedFeaturesArm7 : uint
Fields
AccessScfgMbkRegisters = 2147483648
Allow access to the SCFG/MBK registers.
AccessStorageRegisters = 262144
Allow access to the SD/eMMC registers.
ExtendedSoundDma = 1024
Use the extended sound DMA instead of the nitro (DS) one.
None = 0
No setting set.
RevisedArm7DmaCircuit = 1
Use the revised ARM7 DMA circuit instead of the nitro (DS) one.
RevisedSound = 4
Use the revised sound instead of the nitro (DS) one.
RevisedSoundDma = 2
Use the revised sound DMA instead of the nitro (DS) one.