enum

GBA::EEPROM::Size

Inherits Enum < Comparable < Value < Object

Constants

EEPROM_4K = 0
EEPROM_64K = 1

Constructors

from_dma_length(length : Int) : Size
Source

Class methods

from_file_size(size : Int | Nil) : Size | Nil
Source

Instance methods

addr_bits
Source
eeprom_4_k?

Returns true if this enum value equals EEPROM_4K

Source
eeprom_64_k?

Returns true if this enum value equals EEPROM_64K

Source
file_size
Source