module

Swanium::Core::SaveState

Versioned, endian-stable whole-machine snapshots. File-system policy is deliberately left to the frontend; the core only accepts and returns bytes.

Constants

MAGIC = "SWCST001".to_slice
VERSION = 8_u32

Class methods

dump(machine : Machine, bus : WonderSwanBus) : Bytes
Source
load(data : Bytes, machine : Machine, bus : WonderSwanBus) : Nil
Source