Question about nestest rom

Discuss emulation of the Nintendo Entertainment System and Famicom.

Moderator: Moderators

Post Reply
dkdev
Posts: 2
Joined: Thu Feb 28, 2008 10:30 am

Question about nestest rom

Post by dkdev »

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.
MatthewCallis
Posts: 82
Joined: Sat Sep 22, 2007 8:32 am
Location: Seattle, WA
Contact:

Post by MatthewCallis »

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: Select all

(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)
dkdev
Posts: 2
Joined: Thu Feb 28, 2008 10:30 am

Post by dkdev »

Thank's for help!
User avatar
MottZilla
Posts: 2835
Joined: Wed Dec 06, 2006 8:18 pm

Post by MottZilla »

Can you post the readme that is supposed to come with nestest? I could only find the ROM of that but not the readme.
User avatar
hap
Posts: 355
Joined: Thu Mar 24, 2005 3:17 pm
Contact:

Post by hap »

Post Reply