enum GBA::Storage::Type

Defined in:

crab/gba/storage.cr

Enum Members

EEPROM = 0
SRAM = 1
FLASH = 2
FLASH512 = 3
FLASH1M = 4

Instance Method Summary

Instance Method Detail

def bytes : Int #

[View source]
def eeprom? #

[View source]
def flash1_m? #

[View source]
def flash512? #

[View source]
def flash? #

[View source]
def match_str : String #

[View source]
def sram? #

[View source]