-
Notifications
You must be signed in to change notification settings - Fork 0
Unused IO Registers
Optix edited this page Jan 31, 2021
·
1 revision
Source File: /src/tests/unused_io.asm
Compatible with: All models
This test checks if reading from unused IO registers returns the expected $FF value. If runnning on DMG or MGB, CGB-exclusive registers are also checked.
-
$FFXX not $FF- Reading from the register $FFXX (where XX can be any value between $00 and $FF) returned a value that is not $FF as expected