enum GBA::EEPROM::Size

Defined in:

crab/gba/storage/eeprom.cr

Enum Members

EEPROM_4K = 0
EEPROM_64K = 1

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.from_dma_length(length : Int) : Size #

[View source]

Class Method Detail

def self.from_file_size(size : Int | Nil) : Size | Nil #

[View source]

Instance Method Detail

def addr_bits : Int32 #

[View source]
def eeprom_4_k? #

[View source]
def eeprom_64_k? #

[View source]
def file_size : Int32 #

[View source]