class

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)
Source

Instance methods

execute(command : UInt16) : Nil
Source
read_data
Source
write_data(value : UInt16) : Nil
Source