SnesBankTypeEnum Enumeration
Specifies a SNES ROM bank type.
Namespace: DevCase.Core.Media.Gaming.RomHacking.SNESAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum SnesBankTypeEnum
Public Enumeration SnesBankTypeEnum
Dim instance As SnesBankTypeEnum
public enum class SnesBankTypeEnum
No code example is currently available or this language may not be supported.
LoRom |
32,704 |
A LoROM maps each ROM bank into the upper half (being addresses $8000 to $ffff) of each SNES bank,
starting with SNES bank $00, and starting again with SNES bank $80.
|
HiRom |
65,472 |
A HiROM maps each ROM bank into the whole (being addresses $0000 to $ffff) of each SNES bank,
starting with SNES bank $40, and starting again with SNES bank $80.
|