class GBA::SRAM

Defined in:

crab/gba/storage/sram.cr

Instance Method Summary

Instance methods inherited from class GBA::Storage

[](address : UInt32) : UInt8 [], []=(address : UInt32, value : UInt8) : Nil []=, eeprom?(address : UInt32) : Bool eeprom?, memory : Bytes memory, read_half(address : UInt32) : UInt16 read_half, read_word(address : UInt32) : UInt32 read_word, save_path=(save_path : String) save_path=, write_save : Nil write_save

Constructor methods inherited from class GBA::Storage

new(gba : GBA, rom_path : String) : Storage new

Instance Method Detail

def [](address : UInt32) : UInt8 #

[View source]
def []=(address : UInt32, value : UInt8) : Nil #

[View source]