enum
GBA::Storage::Type
Defined in:
crab/gba/storage.crEnum Members
-
EEPROM =
0
-
SRAM =
1
-
FLASH =
2
-
FLASH512 =
3
-
FLASH1M =
4
Instance Method Summary
- #bytes : Int
-
#eeprom?
Returns
true
if this enum value equalsEEPROM
-
#flash1_m?
Returns
true
if this enum value equalsFLASH1M
-
#flash512?
Returns
true
if this enum value equalsFLASH512
-
#flash?
Returns
true
if this enum value equalsFLASH
- #match_str : String
-
#sram?
Returns
true
if this enum value equalsSRAM