SaturnRingLibrary 0.9.2
SGL wrapper
Loading...
Searching...
No Matches

◆ PowerOffClearMemory()

volatile uint8_t & SRL::System::PowerOffClearMemory ( )
inlinestatic

Access the power-on clear memory area.

Returns
Reference to the first byte at 0x6000210 (8 bytes total)

This 8-byte area is initialized to zero only at power-on. Content survives NMI / soft reset (Reset button), making it useful for passing small amounts of state between reset cycles.

Warning
Do not access beyond 8 bytes from the returned address.