Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
GBA::Storage
Inherits
Reference
<
Object
Constructors
new
(gba :
GBA
, rom_path :
String
) :
Storage
Source
Instance methods
[]
(address :
UInt32
) :
UInt8
Source
[]=
(address :
UInt32
, value :
UInt8
) :
Nil
Source
eeprom?
(address :
UInt32
) :
Bool
Source
memory
Source
read_half
(address :
UInt32
) :
UInt16
Source
read_word
(address :
UInt32
) :
UInt32
Source
save_path=
(save_path :
String
)
Source
write_save
Source
Nested types
GBA::Storage::Type