Swanium::Core::CartridgeEeprom
Inherits Reference < Object
93Cxx-style cartridge EEPROM. The backing bytes are owned by the bus so frontend persistence and save states can use the same raw save medium as SRAM without knowing the cartridge's electrical interface.
Constructors
new(contents : Bytes, address_bits : UInt8)
SourceInstance methods
execute(command : UInt16) : Nil
Sourceread_data
Sourcewrite_data(value : UInt16) : Nil
Source