Skip to content

Uninitialized RAM State

Optix edited this page Jan 31, 2021 · 1 revision

Metadata

Source File: /src/tests/initram.asm
Compatible with: All models

Description

This test iterates over all bytes of WRAM and checks if they are all initialized with values $FF or $00.

Error Messages

  • Uninitialized RAM not randomized - All values read from the address range $C000-$DFFF were either $00 or $FF

Clone this wiki locally