Question about nestest rom

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Question about nestest rom
by on (#31303)
Hi all.
First of all, sorry for my bad english... as a matter of fact, my primary language is russian :)

I have some trouble with Nestest, here is screenshot: Image .
You see, IndirectX, IndirectY and ZeropageX test is failed and i don't understand, what's that hex values means...

PS: NEStress CPU tests is ok.

by on (#31316)
The correspond to the codes listed in the readme file that should have come with the ROM, if it didn't I can post it here for you. You codes however are:
Code:
(indirect,x) tests
------------------
059h - STA didn't store the data where it was supposed to

(indirect),y tests
------------------
0ECh - should've wrapped zeropage address

zeropage,x tests
----------------
034h - STX,Y failure (page wrapping error)

by on (#31324)
Thank's for help!

by on (#31600)
Can you post the readme that is supposed to come with nestest? I could only find the ROM of that but not the readme.

by on (#31604)
on Quietust's webspace
http://www.qmtpro.com/~nes/misc/nestest.nes
http://www.qmtpro.com/~nes/misc/nestest.txt