Swanium::Core::SaveMedium
Inherits Enum < Comparable < Value < Object
Cartridge metadata lives in the final sixteen bytes of a WonderSwan ROM. Parsing is deliberately independent of file I/O so it is usable from the GUI, command line, and headless tests alike.
Constants
None = 0
Sram8KiB = 1
Sram32KiB = 2
Sram128KiB = 3
Sram256KiB = 4
Sram512KiB = 5
Eeprom128B = 6
Eeprom1KiB = 7
Eeprom2KiB = 8
Instance methods
size
Sourcesram?
Source