Skip to content

BOOT Register

Optix edited this page Jan 2, 2021 · 1 revision

Metadata

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

Description

This test checks if reading from the $FF50 register returns $FF and it's read-only.

Error Messages

  • $FF50 not $FF - Reading from $FF50 returned a different value than $FF
  • $FF50 not readonly - Writing to $FF50 overwrote the value in the register rather than the write being ignored

Clone this wiki locally